MsgSudoContractResponse defines the response structure for executing a MsgSudoContract message.

Since: 0.40

from message cosmwasm.wasm.v1.MsgSudoContractResponse

Hierarchy

Constructors

Properties

data: Uint8Array = ...

Data contains bytes to returned from the contract

from field: bytes data = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MsgSudoContractResponse" = "cosmwasm.wasm.v1.MsgSudoContractResponse"

Methods