Variable MsgDepositForBurn
Type declaration
create:function
- create<I>(base?): MsgDepositForBurn
Type Parameters
- I extends {
amount?: string;
burnToken?: string;
destinationDomain?: number;
from?: string;
mintRecipient?: Uint8Array;
} & {
amount?: string;
burnToken?: string;
destinationDomain?: number;
from?: string;
mintRecipient?: Uint8Array;
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): MsgDepositForBurn
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I_1>(object): MsgDepositForBurn
Type Parameters
- I_1 extends {
amount?: string;
burnToken?: string;
destinationDomain?: number;
from?: string;
mintRecipient?: Uint8Array;
} & {
amount?: string;
burnToken?: string;
destinationDomain?: number;
from?: string;
mintRecipient?: Uint8Array;
} & {
[K_1 in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown