Variable IdentifiedGenesisMetadata
Type declaration
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): IdentifiedGenesisMetadata
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): IdentifiedGenesisMetadata
-
Type Parameters
-
I extends {
clientId?: string;
clientMetadata?: ({ key?: Uint8Array | undefined; value?: Uint8Array | undefined; })[];
} & {
clientId?: string;
clientMetadata?: {
key?: Uint8Array;
value?: Uint8Array;
}[] & ({
key?: Uint8Array;
value?: Uint8Array;
} & ({ key?: Uint8Array | undefined; value?: Uint8Array | undefined; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
} & { [ K in string | number | symbol]: never }
-
toJSON:function