Class CompressedExistenceProof

from message ics23.CompressedExistenceProof

Hierarchy

Constructors

Properties

key: Uint8Array = ...

from field: bytes key = 1;

leaf?: LeafOp

from field: ics23.LeafOp leaf = 3;

path: number[] = []

these are indexes into the lookup_inners table in CompressedBatchProof

from field: repeated int32 path = 4;

value: Uint8Array = ...

from field: bytes value = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "ics23.CompressedExistenceProof" = 'ics23.CompressedExistenceProof'

Methods