Avalanche SDK Client
    Preparing search index...

    Type Alias GetLastAcceptedReturnType

    Return type for the index.getLastAccepted method.

    type GetLastAcceptedReturnType = {
        bytes: string;
        encoding: "hex";
        id: string;
        index: string;
        timestamp: string;
    }
    Index

    Properties

    bytes: string

    The byte representation of the container

    encoding: "hex"

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

    id: string

    The container's ID

    index: string

    How many containers were accepted in this index before this one

    timestamp: string

    The time at which this node accepted the container