interface ConcurrentMintEvent {
    collection_addr: string;
    index: AggregatorSnapshot<bigint>;
    token: string;
}

Properties

collection_addr: string
index: AggregatorSnapshot<bigint>
token: string