MsgClearAdmin removes any admin stored for a smart contract

interface MsgClearAdmin {
    contract: string;
    sender: string;
}

Properties

Properties

contract: string

Contract is the address of the smart contract

sender: string

Sender is the that actor that signed the messages