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