SnapshotIAVLItem is an exported IAVL node.

Since: cosmos-sdk 0.46

from message cosmos.base.snapshots.v1beta1.SnapshotIAVLItem

Hierarchy

Constructors

Properties

height: number = 0

height is depth of the tree.

from field: int32 height = 4;

key: Uint8Array = ...

from field: bytes key = 1;

value: Uint8Array = ...

from field: bytes value = 2;

version: bigint = protoInt64.zero

version is block height

from field: int64 version = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.snapshots.v1beta1.SnapshotIAVLItem" = "cosmos.base.snapshots.v1beta1.SnapshotIAVLItem"

Methods