CommitmentProof is either an ExistenceProof or a NonExistenceProof, or a Batch of such messages

from message ics23.CommitmentProof

Hierarchy

Constructors

Properties

proof:
    | { case: "exist"; value: proto.ExistenceProof }
    | { case: "nonexist"; value: proto.NonExistenceProof }
    | { case: "batch"; value: proto.BatchProof }
    | { case: "compressed"; value: proto.CompressedBatchProof }
    | { case: undefined; value?: undefined } = ...

Type declaration

from oneof ics23.CommitmentProof.proof

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

Methods

MMNEPVFCICPMFPCPTTAAATR