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

    Class CompressedBatchEntry

    Use BatchEntry not CommitmentProof, to avoid recursion

    from message ics23.CompressedBatchEntry

    Hierarchy

    Index

    Constructors

    Properties

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

    Type Declaration

    from oneof ics23.CompressedBatchEntry.proof

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

    Methods