QueryAllowanceRequest is the request type for the Query/Allowance RPC method.

interface QueryAllowanceRequest {
    grantee: string;
    granter: string;
}

Properties

Properties

grantee: string

grantee is the address of the user being granted an allowance of another user's funds.

granter: string

granter is the address of the user granting an allowance of their funds.