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

interface QueryAllowanceResponseSDKType {
    allowance?: GrantSDKType;
}

Properties

Properties

allowance?: GrantSDKType