SnapshotIAVLItem is an exported IAVL node.
Since: cosmos-sdk 0.46
from message cosmos.base.snapshots.v1beta1.SnapshotIAVLItem
Optional
height is depth of the tree.
from field: int32 height = 4;
from field: bytes key = 1;
from field: bytes value = 2;
version is block height
from field: int64 version = 3;
Static
Readonly
SnapshotIAVLItem is an exported IAVL node.
Since: cosmos-sdk 0.46
Generated
from message cosmos.base.snapshots.v1beta1.SnapshotIAVLItem