MsgSudoContract is the MsgSudoContract request type.

Since: 0.40

from message cosmwasm.wasm.v1.MsgSudoContract

Hierarchy

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 = ...

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" = "cosmwasm.wasm.v1.MsgSudoContract"

Methods