Documentation ¶
Index ¶
- Variables
- type BeaconBlock
- func (*BeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlock) GetBlock() *wrapperspb.StringValue
- func (x *BeaconBlock) GetProposerIndex() *wrapperspb.UInt64Value
- func (x *BeaconBlock) GetSlot() *wrapperspb.UInt64Value
- func (*BeaconBlock) ProtoMessage()
- func (x *BeaconBlock) ProtoReflect() protoreflect.Message
- func (x *BeaconBlock) Reset()
- func (x *BeaconBlock) String() string
- type BlobSidecar
- func (*BlobSidecar) Descriptor() ([]byte, []int)deprecated
- func (x *BlobSidecar) GetIndex() *wrapperspb.UInt64Value
- func (x *BlobSidecar) GetParentRoot() *wrapperspb.StringValue
- func (x *BlobSidecar) GetProposerIndex() *wrapperspb.UInt64Value
- func (x *BlobSidecar) GetSlot() *wrapperspb.UInt64Value
- func (x *BlobSidecar) GetStateRoot() *wrapperspb.StringValue
- func (*BlobSidecar) ProtoMessage()
- func (x *BlobSidecar) ProtoReflect() protoreflect.Message
- func (x *BlobSidecar) Reset()
- func (x *BlobSidecar) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_libp2p_gossipsub_eth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BeaconBlock ¶
type BeaconBlock struct { Block *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Slot *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"` ProposerIndex *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlock) Descriptor
deprecated
func (*BeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlock.ProtoReflect.Descriptor instead.
func (*BeaconBlock) GetBlock ¶
func (x *BeaconBlock) GetBlock() *wrapperspb.StringValue
func (*BeaconBlock) GetProposerIndex ¶
func (x *BeaconBlock) GetProposerIndex() *wrapperspb.UInt64Value
func (*BeaconBlock) GetSlot ¶
func (x *BeaconBlock) GetSlot() *wrapperspb.UInt64Value
func (*BeaconBlock) ProtoMessage ¶
func (*BeaconBlock) ProtoMessage()
func (*BeaconBlock) ProtoReflect ¶
func (x *BeaconBlock) ProtoReflect() protoreflect.Message
func (*BeaconBlock) Reset ¶
func (x *BeaconBlock) Reset()
func (*BeaconBlock) String ¶
func (x *BeaconBlock) String() string
type BlobSidecar ¶ added in v0.0.170
type BlobSidecar struct { Index *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"` Slot *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"` ProposerIndex *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"` StateRoot *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"` ParentRoot *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=parent_root,proto3" json:"parent_root,omitempty"` // contains filtered or unexported fields }
func (*BlobSidecar) Descriptor
deprecated
added in
v0.0.170
func (*BlobSidecar) Descriptor() ([]byte, []int)
Deprecated: Use BlobSidecar.ProtoReflect.Descriptor instead.
func (*BlobSidecar) GetIndex ¶ added in v0.0.170
func (x *BlobSidecar) GetIndex() *wrapperspb.UInt64Value
func (*BlobSidecar) GetParentRoot ¶ added in v0.0.171
func (x *BlobSidecar) GetParentRoot() *wrapperspb.StringValue
func (*BlobSidecar) GetProposerIndex ¶ added in v0.0.170
func (x *BlobSidecar) GetProposerIndex() *wrapperspb.UInt64Value
func (*BlobSidecar) GetSlot ¶ added in v0.0.170
func (x *BlobSidecar) GetSlot() *wrapperspb.UInt64Value
func (*BlobSidecar) GetStateRoot ¶ added in v0.0.171
func (x *BlobSidecar) GetStateRoot() *wrapperspb.StringValue
func (*BlobSidecar) ProtoMessage ¶ added in v0.0.170
func (*BlobSidecar) ProtoMessage()
func (*BlobSidecar) ProtoReflect ¶ added in v0.0.170
func (x *BlobSidecar) ProtoReflect() protoreflect.Message
func (*BlobSidecar) Reset ¶ added in v0.0.170
func (x *BlobSidecar) Reset()
func (*BlobSidecar) String ¶ added in v0.0.170
func (x *BlobSidecar) String() string
Click to show internal directories.
Click to hide internal directories.