MsgUpdateAdmin sets a new admin for a smart contract

interface MsgUpdateAdmin {
    contract: string;
    newAdmin: string;
    sender: string;
}

Properties

contract: string

Contract is the address of the smart contract

newAdmin: string

NewAdmin address to be set

sender: string

Sender is the that actor that signed the messages