Use BatchEntry not CommitmentProof, to avoid recursion

from message ics23.CompressedBatchEntry

Hierarchy

Constructors

Properties

proof: {
    case: "exist";
    value: CompressedExistenceProof;
} | {
    case: "nonexist";
    value: CompressedNonExistenceProof;
} | {
    case: undefined;
    value?: undefined;
} = ...

Type declaration

Type declaration

from oneof ics23.CompressedBatchEntry.proof

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

Methods