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