Avalanche SDK Client
    Preparing search index...

    Type Alias GetContainerByIndexParameters

    Parameters for the index.getContainerByIndex method.

    type GetContainerByIndexParameters = {
        encoding: "hex";
        index: number;
    }
    Index

    Properties

    Properties

    encoding: "hex"

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

    index: number

    The index of the container to retrieve. The first container accepted is at index 0.