Type alias NonceEvent

NonceEvent: {
    nonce: bigint;
    sponsoree: AccountAddress.Type;
    type: Nonce;
}

A CIS-3 nonce event. This event is logged every time the permit function is invoked.

Type declaration

  • nonce: bigint

    The nonce used for the permit invocation

  • sponsoree: AccountAddress.Type

    The address of the sponsoree

  • type: Nonce

    The type of the event

Generated using TypeDoc