OPNet
    Preparing search index...

    Type Alias ReservationCreatedEventNFT

    type ReservationCreatedEventNFT = {
        amount: bigint;
        block: bigint;
        feePaid: bigint;
        user: Address;
    }
    Index

    Properties

    amount: bigint
    block: bigint
    feePaid: bigint
    user: Address