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

    Class CommitmentProof

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

    from message ics23.CommitmentProof

    Hierarchy

    Index

    Constructors

    Properties

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

    Type Declaration

    from oneof ics23.CommitmentProof.proof

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

    Methods