MsgUpdateAdmin sets a new admin for a smart contract

interface MsgUpdateAdminAmino {
    contract?: string;
    new_admin?: string;
    sender?: string;
}

Properties

contract?: string

Contract is the address of the smart contract

new_admin?: string

NewAdmin address to be set

sender?: string

Sender is the that actor that signed the messages