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