MsgUpdateAdmin sets a new admin for a smart contract

from message cosmwasm.wasm.v1.MsgUpdateAdmin

Hierarchy

Constructors

Properties

contract: string = ""

Contract is the address of the smart contract

from field: string contract = 3;

newAdmin: string = ""

NewAdmin address to be set

from field: string new_admin = 2;

sender: string = ""

Sender is the that actor that signed the messages

from field: string sender = 1;

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

Methods