from message anchor.AnchorPacketData

Hierarchy

Constructors

Properties

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

Type declaration

  • case: "noData"
  • value: proto.anchor.NoData

    from field: anchor.NoData noData = 1;

from oneof anchor.AnchorPacketData.packet

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

Methods