interface MsgContractDepositRentAmino {
    amount: string;
    contractAddr: string;
    sender: string;
}

Properties

amount: string
contractAddr: string
sender: string