Use BatchEntry not CommitmentProof, to avoid recursion

from message ics23.BatchEntry

Hierarchy

Constructors

Properties

proof: {
    case: "exist";
    value: ExistenceProof;
} | {
    case: "nonexist";
    value: NonExistenceProof;
} | {
    case: undefined;
    value?: undefined;
} = ...

Type declaration

  • case: "exist"
  • value: ExistenceProof

    from field: ics23.ExistenceProof exist = 1;

Type declaration

  • case: "nonexist"
  • value: NonExistenceProof

    from field: ics23.NonExistenceProof nonexist = 2;

from oneof ics23.BatchEntry.proof

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

Methods