hoodchain - v0.1.0
    Preparing search index...

    Interface GetRecentLaunchesOptions

    Options for getRecentLaunches.

    interface GetRecentLaunchesOptions {
        chunkSize?: bigint;
        launchpad?: LaunchpadName;
        lookbackBlocks?: bigint;
    }
    Index
    chunkSize?: bigint

    Max blocks per eth_getLogs request (public-RPC friendly chunking).

    launchpad?: LaunchpadName

    Restrict to one launchpad. Defaults to both.

    lookbackBlocks?: bigint

    How many blocks back to scan. Robinhood Chain produces a block roughly every 100–130ms, so 30 000 blocks ≈ the last hour.

    30_000n