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
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
Click to show internal directories.
Click to hide internal directories.