Variable MsgExecuteContractResponse
Type declaration
decode:function
- decode(input, length?): SecretJS.MsgExecuteContractResponse
Parameters
input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): SecretJS.MsgExecuteContractResponse
Type Parameters
I extends {
data?: Uint8Array;
} & {
data?: Uint8Array;
} & Record<Exclude<keyof I, "data">, never>
toJSON:function
- toJSON(message): unknown
Returns unknown