Coda by Ian Macalinao
    Preparing search index...

    Type Alias MinterAllowanceUpdateEvent

    type MinterAllowanceUpdateEvent = {
        allowance: bigint;
        minter: Address;
        mintWrapper: Address;
        previousAllowance: bigint;
    }
    Index
    allowance: bigint
    minter: Address
    mintWrapper: Address
    previousAllowance: bigint