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