Variable QueryGovernanceKeyResponse
Type declaration
create:function
- create<I>(base?): QueryGovernanceKeyResponse
Type Parameters
- I extends {
governanceKey?: {
publicKeys?: {
typeUrl?: string;
value?: Uint8Array;
}[];
threshold?: number;
};
} & {
governanceKey?: {
publicKeys?: {
typeUrl?: string;
value?: Uint8Array;
}[];
threshold?: number;
} & {
publicKeys?: {
typeUrl?: (...) | (...);
value?: (...) | (...);
}[] & ({
typeUrl?: ...;
value?: ...;
} & {
typeUrl?: ...;
value?: ...;
} & {
[K in (...)]: (...)
})[] & {
[K in string | symbol]: never
};
threshold?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): QueryGovernanceKeyResponse
Type Parameters
- I extends {
governanceKey?: {
publicKeys?: {
typeUrl?: string;
value?: Uint8Array;
}[];
threshold?: number;
};
} & {
governanceKey?: {
publicKeys?: {
typeUrl?: string;
value?: Uint8Array;
}[];
threshold?: number;
} & {
publicKeys?: {
typeUrl?: (...) | (...);
value?: (...) | (...);
}[] & ({
typeUrl?: ...;
value?: ...;
} & {
typeUrl?: ...;
value?: ...;
} & {
[K in (...)]: (...)
})[] & {
[K in string | symbol]: never
};
threshold?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown