QueryAllowanceResponse is the response type for the Query/Allowance RPC method.

interface QueryAllowanceResponse {
    allowance?: Grant;
}

Properties

Properties

allowance?: Grant

allowance is a allowance granted for grantee by granter.