interface AllowedMsgAllowance {
    allowance: BasicAllowance | PeriodicAllowance;
    allowed_messages: string[];
}

Properties

allowance: BasicAllowance | PeriodicAllowance

allowance can be any of basic and filtered fee allowance.

allowed_messages: string[]

allowed_messages are the messages for which the grantee has the access.

Generated using TypeDoc