Avalanche SDK Client
    Preparing search index...

    Type Alias GetContainerRangeReturnType

    Return type for the index.getContainerRange method.

    type GetContainerRangeReturnType = {
        containers: { bytes: string; encoding: "hex"; id: string; index: string; timestamp: string }[];
    }
    Index

    Properties

    Properties

    containers: { bytes: string; encoding: "hex"; id: string; index: string; timestamp: string }[]

    Array of container details, each containing:

    • id: The container's ID
    • bytes: The byte representation of the container
    • timestamp: The time at which this node accepted the container
    • encoding: The encoding format used for the container data. Only "hex" is supported.
    • index: How many containers were accepted in this index before this one