hoodkit
    Preparing search index...

    Interface LogSource

    A source of block heads and logs — satisfied by a viem public client, or a fake in tests.

    interface LogSource {
        getBlockNumber(): Promise<bigint>;
    }
    Index