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

    Class MsgSudoContract

    MsgSudoContract is the MsgSudoContract request type.

    Since: 0.40

    from message cosmwasm.wasm.v1.MsgSudoContract

    Hierarchy

    Index

    Constructors

    Properties

    authority: string = ""

    Authority is the address of the governance account.

    from field: string authority = 1;

    contract: string = ""

    Contract is the address of the smart contract

    from field: string contract = 2;

    msg: Uint8Array<ArrayBuffer> = ...

    Msg json encoded message to be passed to the contract as sudo

    from field: bytes msg = 3;

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

    Methods