interface MsgGrantAllowanceParams {
    allowance: BasicAllowance | PeriodicAllowance | SecretJS.Tx.AllowedMsgAllowance;
    grantee: string;
    granter: string;
}

Hierarchy (view full)

Properties

allowance: BasicAllowance | PeriodicAllowance | SecretJS.Tx.AllowedMsgAllowance

allowance can be any of basic and filtered fee allowance.

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