bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgSudoContractResponse

    MsgSudoContractResponse defines the response structure for executing a MsgSudoContract message.

    Since: 0.40

    from message cosmwasm.wasm.v1.MsgSudoContractResponse

    Hierarchy

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    Data contains bytes to returned from the contract

    from field: bytes data = 1;

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

    Methods