OPNet
    Preparing search index...

    Type Alias GetStatus

    GetStatus: CallResult<
        {
            available: bigint;
            blocksWithReservations: number;
            maxSupply: bigint;
            minReservationFee: bigint;
            minted: bigint;
            pricePerToken: bigint;
            reservationFeePercent: bigint;
            reserved: bigint;
        },
        OPNetEvent<never>[],
    >

    Represents the result of the getStatus function call.