Vana SDK - v0.1.0
    Preparing search index...

    Interface BlockRange

    Block range parameters

    interface BlockRange {
        fromBlock?: bigint;
        toBlock?: bigint;
    }
    Index

    Properties

    Properties

    fromBlock?: bigint

    Starting block number

    toBlock?: bigint

    Ending block number