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

interface QueryDepositResponse {
    deposit: undefined | Deposit;
}

Properties

Properties

deposit: undefined | Deposit

deposit defines the requested deposit.