AllowedMsgAllowance creates allowance only for specified message types.

interface AllowedMsgAllowanceAmino {
    allowance?: AnyAmino;
    allowed_messages?: string[];
}

Properties

allowance?: AnyAmino

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.