QueryAllowancesResponse is the response type for the Query/Allowances RPC method.

interface QueryAllowancesResponseSDKType {
    allowances: GrantSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

allowances: GrantSDKType[]
pagination?: PageResponseSDKType