from message tendermint.abci.Snapshot

Hierarchy

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 = ...

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 = ...

Arbitrary application metadata

from field: bytes metadata = 5;

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

Methods