Coda by Ian Macalinao
    Preparing search index...

    Interface MinterAllowanceUpdateEvent

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

    Properties

    allowance: bigint
    minter: Address
    mintWrapper: Address
    previousAllowance: bigint