Interface QueryAllowancesByGranterResponseSDKType

QueryAllowancesByGranterResponse is the response type for the Query/AllowancesByGranter RPC method.

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

Properties

allowances: GrantSDKType[]
pagination?: PageResponseSDKType