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

Hierarchy (view full)

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.

Generated using TypeDoc