OPNet
    Preparing search index...

    Type Alias ReservationClaimedEventNFT

    type ReservationClaimedEventNFT = {
        amount: bigint;
        firstTokenId: bigint;
        user: Address;
    }
    Index

    Properties

    amount: bigint
    firstTokenId: bigint
    user: Address