LegacyAminoPubKey
LegacyAminoPubKey: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { publicKeys?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }[]; threshold?: number }): LegacyAminoPubKey
-
Parameters
-
object: { publicKeys?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }[]; threshold?: number }
-
Optional publicKeys?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }[]
-
Optional threshold?: number
-
toJSON: function
-
Parameters
Returns unknown