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

interface QueryDepositResponseSDKType {
    deposit: undefined | DepositSDKType;
}

Properties

Properties

deposit: undefined | DepositSDKType