Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata interface { SequenceNumber() uint64 AttnetsBitfield() bitfield.Bitvector64 InnerObject() interface{} IsNil() bool Copy() Metadata ssz.Marshaler ssz.Unmarshaler MetadataObjV0() *pb.MetaDataV0 MetadataObjV1() *pb.MetaDataV1 Version() int }
Metadata returns the interface of a p2p metadata type.
Click to show internal directories.
Click to hide internal directories.