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

    Class AnchorPacketData

    from message anchor.AnchorPacketData

    Hierarchy

    Index

    Constructors

    Properties

    packet:
        | { case: "noData"; value: anchor.NoData }
        | { case: undefined; value?: undefined } = ...

    Type Declaration

    • { case: "noData"; value: anchor.NoData }
      • case: "noData"
      • value: anchor.NoData

        from field: anchor.NoData noData = 1;

    • { case: undefined; value?: undefined }

    from oneof anchor.AnchorPacketData.packet

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "anchor.AnchorPacketData"

    Methods