bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    from message tendermint.abci.Snapshot

    Hierarchy

    Index

    Constructors

    Properties

    chunks: number = 0

    Number of chunks in the snapshot

    from field: uint32 chunks = 3;

    format: number = 0

    The application-specific snapshot format

    from field: uint32 format = 2;

    hash: Uint8Array<ArrayBuffer> = ...

    Arbitrary snapshot hash, equal only if identical

    from field: bytes hash = 4;

    height: bigint = protoInt64.zero

    The height at which the snapshot was taken

    from field: uint64 height = 1;

    metadata: Uint8Array<ArrayBuffer> = ...

    Arbitrary application metadata

    from field: bytes metadata = 5;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.abci.Snapshot"

    Methods