Avalanche SDK Client
    Preparing search index...

    Type Alias GetContainerRangeParameters

    Parameters for the index.getContainerRange method.

    type GetContainerRangeParameters = {
        encoding: "hex";
        endIndex: number;
        startIndex: number;
    }
    Index

    Properties

    encoding: "hex"

    The encoding format for the container data. Only "hex" is supported.

    endIndex: number

    The index of the last container to retrieve (inclusive)

    startIndex: number

    The index of the first container to retrieve