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

    SnapshotIAVLItem is an exported IAVL node.

    Since: cosmos-sdk 0.46

    from message cosmos.base.snapshots.v1beta1.SnapshotIAVLItem

    Hierarchy

    Index

    Constructors

    Properties

    height: number = 0

    height is depth of the tree.

    from field: int32 height = 4;

    key: Uint8Array<ArrayBuffer> = ...

    from field: bytes key = 1;

    value: Uint8Array<ArrayBuffer> = ...

    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"

    Methods