QueryDepositResponse is the response type for the Query/Deposit RPC method.

interface QueryDepositResponseAmino {
    deposit?: DepositAmino;
}

Properties

Properties

deposit?: DepositAmino

deposit defines the requested deposit.