eth

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: GPL-3.0, Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Code generated by fastssz. DO NOT EDIT. Hash: c73c221c909430e49bd5b4bc72e72ff54596cc34e5b869bda04c4adfa5884321

Index

Constants

This section is empty.

Variables

View Source
var (
	Version_name = map[int32]string{
		0: "PHASE0",
		1: "ALTAIR",
	}
	Version_value = map[string]int32{
		"PHASE0": 0,
		"ALTAIR": 1,
	}
)

Enum value maps for Version.

View Source
var File_proto_eth_v2_beacon_block_proto protoreflect.FileDescriptor
View Source
var File_proto_eth_v2_beacon_state_proto protoreflect.FileDescriptor
View Source
var File_proto_eth_v2_sync_committee_proto protoreflect.FileDescriptor
View Source
var File_proto_eth_v2_validator_proto protoreflect.FileDescriptor
View Source
var File_proto_eth_v2_version_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BeaconBlockAltair

type BeaconBlockAltair struct {
	Slot          github_com_prysmaticlabs_eth2_types.Slot           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"`
	ProposerIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 164-byte string literal not displayed */
	ParentRoot    []byte                                             `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                             `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyAltair                             `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockAltair) Descriptor deprecated

func (*BeaconBlockAltair) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockAltair.ProtoReflect.Descriptor instead.

func (*BeaconBlockAltair) GetBody

func (*BeaconBlockAltair) GetParentRoot

func (x *BeaconBlockAltair) GetParentRoot() []byte

func (*BeaconBlockAltair) GetProposerIndex

func (*BeaconBlockAltair) GetSlot

func (*BeaconBlockAltair) GetStateRoot

func (x *BeaconBlockAltair) GetStateRoot() []byte

func (*BeaconBlockAltair) HashTreeRoot

func (b *BeaconBlockAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockAltair object

func (*BeaconBlockAltair) HashTreeRootWith

func (b *BeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockAltair object with a hasher

func (*BeaconBlockAltair) MarshalSSZ

func (b *BeaconBlockAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockAltair object

func (*BeaconBlockAltair) MarshalSSZTo

func (b *BeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockAltair object to a target array

func (*BeaconBlockAltair) ProtoMessage

func (*BeaconBlockAltair) ProtoMessage()

func (*BeaconBlockAltair) ProtoReflect

func (x *BeaconBlockAltair) ProtoReflect() protoreflect.Message

func (*BeaconBlockAltair) Reset

func (x *BeaconBlockAltair) Reset()

func (*BeaconBlockAltair) SizeSSZ

func (b *BeaconBlockAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockAltair object

func (*BeaconBlockAltair) String

func (x *BeaconBlockAltair) String() string

func (*BeaconBlockAltair) UnmarshalSSZ

func (b *BeaconBlockAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockAltair object

type BeaconBlockBodyAltair

type BeaconBlockBodyAltair struct {
	RandaoReveal      []byte                    `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data          *v1.Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti          []byte                    `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings []*v1.ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings []*v1.AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations      []*v1.Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits          []*v1.Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits    []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate     *v1.SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyAltair) Descriptor deprecated

func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyAltair.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyAltair) GetAttestations

func (x *BeaconBlockBodyAltair) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyAltair) GetAttesterSlashings

func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyAltair) GetDeposits

func (x *BeaconBlockBodyAltair) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyAltair) GetEth1Data

func (x *BeaconBlockBodyAltair) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyAltair) GetGraffiti

func (x *BeaconBlockBodyAltair) GetGraffiti() []byte

func (*BeaconBlockBodyAltair) GetProposerSlashings

func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyAltair) GetRandaoReveal

func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte

func (*BeaconBlockBodyAltair) GetSyncAggregate

func (x *BeaconBlockBodyAltair) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyAltair) GetVoluntaryExits

func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyAltair) HashTreeRoot

func (b *BeaconBlockBodyAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) HashTreeRootWith

func (b *BeaconBlockBodyAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyAltair object with a hasher

func (*BeaconBlockBodyAltair) MarshalSSZ

func (b *BeaconBlockBodyAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) MarshalSSZTo

func (b *BeaconBlockBodyAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyAltair object to a target array

func (*BeaconBlockBodyAltair) ProtoMessage

func (*BeaconBlockBodyAltair) ProtoMessage()

func (*BeaconBlockBodyAltair) ProtoReflect

func (x *BeaconBlockBodyAltair) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyAltair) Reset

func (x *BeaconBlockBodyAltair) Reset()

func (*BeaconBlockBodyAltair) SizeSSZ

func (b *BeaconBlockBodyAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) String

func (x *BeaconBlockBodyAltair) String() string

func (*BeaconBlockBodyAltair) UnmarshalSSZ

func (b *BeaconBlockBodyAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyAltair object

type BeaconBlockContainerV2

type BeaconBlockContainerV2 struct {

	// Types that are assignable to Block:
	//	*BeaconBlockContainerV2_Phase0Block
	//	*BeaconBlockContainerV2_AltairBlock
	Block isBeaconBlockContainerV2_Block `protobuf_oneof:"block"`
	// contains filtered or unexported fields
}

func (*BeaconBlockContainerV2) Descriptor deprecated

func (*BeaconBlockContainerV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockContainerV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockContainerV2) GetAltairBlock

func (x *BeaconBlockContainerV2) GetAltairBlock() *BeaconBlockAltair

func (*BeaconBlockContainerV2) GetBlock

func (m *BeaconBlockContainerV2) GetBlock() isBeaconBlockContainerV2_Block

func (*BeaconBlockContainerV2) GetPhase0Block

func (x *BeaconBlockContainerV2) GetPhase0Block() *v1.BeaconBlock

func (*BeaconBlockContainerV2) ProtoMessage

func (*BeaconBlockContainerV2) ProtoMessage()

func (*BeaconBlockContainerV2) ProtoReflect

func (x *BeaconBlockContainerV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockContainerV2) Reset

func (x *BeaconBlockContainerV2) Reset()

func (*BeaconBlockContainerV2) String

func (x *BeaconBlockContainerV2) String() string

type BeaconBlockContainerV2_AltairBlock

type BeaconBlockContainerV2_AltairBlock struct {
	AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}

type BeaconBlockContainerV2_Phase0Block

type BeaconBlockContainerV2_Phase0Block struct {
	Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}

type BeaconStateContainer

type BeaconStateContainer struct {

	// Types that are assignable to State:
	//	*BeaconStateContainer_Phase0State
	//	*BeaconStateContainer_AltairState
	State isBeaconStateContainer_State `protobuf_oneof:"state"`
	// contains filtered or unexported fields
}

func (*BeaconStateContainer) Descriptor deprecated

func (*BeaconStateContainer) Descriptor() ([]byte, []int)

Deprecated: Use BeaconStateContainer.ProtoReflect.Descriptor instead.

func (*BeaconStateContainer) GetAltairState

func (x *BeaconStateContainer) GetAltairState() *BeaconStateV2

func (*BeaconStateContainer) GetPhase0State

func (x *BeaconStateContainer) GetPhase0State() *v1.BeaconState

func (*BeaconStateContainer) GetState

func (m *BeaconStateContainer) GetState() isBeaconStateContainer_State

func (*BeaconStateContainer) ProtoMessage

func (*BeaconStateContainer) ProtoMessage()

func (*BeaconStateContainer) ProtoReflect

func (x *BeaconStateContainer) ProtoReflect() protoreflect.Message

func (*BeaconStateContainer) Reset

func (x *BeaconStateContainer) Reset()

func (*BeaconStateContainer) String

func (x *BeaconStateContainer) String() string

type BeaconStateContainer_AltairState

type BeaconStateContainer_AltairState struct {
	AltairState *BeaconStateV2 `protobuf:"bytes,2,opt,name=altair_state,json=altairState,proto3,oneof"`
}

type BeaconStateContainer_Phase0State

type BeaconStateContainer_Phase0State struct {
	Phase0State *v1.BeaconState `protobuf:"bytes,1,opt,name=phase0_state,json=phase0State,proto3,oneof"`
}

type BeaconStateResponseV2

type BeaconStateResponseV2 struct {
	Version Version               `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"`
	Data    *BeaconStateContainer `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconStateResponseV2) Descriptor deprecated

func (*BeaconStateResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconStateResponseV2.ProtoReflect.Descriptor instead.

func (*BeaconStateResponseV2) GetData

func (*BeaconStateResponseV2) GetVersion

func (x *BeaconStateResponseV2) GetVersion() Version

func (*BeaconStateResponseV2) ProtoMessage

func (*BeaconStateResponseV2) ProtoMessage()

func (*BeaconStateResponseV2) ProtoReflect

func (x *BeaconStateResponseV2) ProtoReflect() protoreflect.Message

func (*BeaconStateResponseV2) Reset

func (x *BeaconStateResponseV2) Reset()

func (*BeaconStateResponseV2) String

func (x *BeaconStateResponseV2) String() string

type BeaconStateSSZResponseV2

type BeaconStateSSZResponseV2 struct {
	Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"`
	Data    []byte  `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconStateSSZResponseV2) Descriptor deprecated

func (*BeaconStateSSZResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconStateSSZResponseV2.ProtoReflect.Descriptor instead.

func (*BeaconStateSSZResponseV2) GetData

func (x *BeaconStateSSZResponseV2) GetData() []byte

func (*BeaconStateSSZResponseV2) GetVersion

func (x *BeaconStateSSZResponseV2) GetVersion() Version

func (*BeaconStateSSZResponseV2) ProtoMessage

func (*BeaconStateSSZResponseV2) ProtoMessage()

func (*BeaconStateSSZResponseV2) ProtoReflect

func (x *BeaconStateSSZResponseV2) ProtoReflect() protoreflect.Message

func (*BeaconStateSSZResponseV2) Reset

func (x *BeaconStateSSZResponseV2) Reset()

func (*BeaconStateSSZResponseV2) String

func (x *BeaconStateSSZResponseV2) String() string

type BeaconStateV2

type BeaconStateV2 struct {
	GenesisTime                 uint64                                          `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot       []byte                                          `` /* 143-byte string literal not displayed */
	Slot                        github_com_prysmaticlabs_eth2_types.Slot        `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"`
	Fork                        *v1.Fork                                        `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader           *v1.BeaconBlockHeader                           `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                  [][]byte                                        `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                  [][]byte                                        `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots             [][]byte                                        `` /* 144-byte string literal not displayed */
	Eth1Data                    *v1.Eth1Data                                    `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes               []*v1.Eth1Data                                  `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex            uint64                                          `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                  []*v1.Validator                                 `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                    []uint64                                        `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                 [][]byte                                        `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                   []uint64                                        `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation  []byte                                          `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation   []byte                                          `` /* 165-byte string literal not displayed */
	JustificationBits           github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 188-byte string literal not displayed */
	PreviousJustifiedCheckpoint *v1.Checkpoint                                  `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint  *v1.Checkpoint                                  `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint         *v1.Checkpoint                                  `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores            []uint64                                        `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee        *SyncCommittee                                  `` /* 126-byte string literal not displayed */
	NextSyncCommittee           *SyncCommittee                                  `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconStateV2) Descriptor deprecated

func (*BeaconStateV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconStateV2.ProtoReflect.Descriptor instead.

func (*BeaconStateV2) GetBalances

func (x *BeaconStateV2) GetBalances() []uint64

func (*BeaconStateV2) GetBlockRoots

func (x *BeaconStateV2) GetBlockRoots() [][]byte

func (*BeaconStateV2) GetCurrentEpochParticipation

func (x *BeaconStateV2) GetCurrentEpochParticipation() []byte

func (*BeaconStateV2) GetCurrentJustifiedCheckpoint

func (x *BeaconStateV2) GetCurrentJustifiedCheckpoint() *v1.Checkpoint

func (*BeaconStateV2) GetCurrentSyncCommittee

func (x *BeaconStateV2) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateV2) GetEth1Data

func (x *BeaconStateV2) GetEth1Data() *v1.Eth1Data

func (*BeaconStateV2) GetEth1DataVotes

func (x *BeaconStateV2) GetEth1DataVotes() []*v1.Eth1Data

func (*BeaconStateV2) GetEth1DepositIndex

func (x *BeaconStateV2) GetEth1DepositIndex() uint64

func (*BeaconStateV2) GetFinalizedCheckpoint

func (x *BeaconStateV2) GetFinalizedCheckpoint() *v1.Checkpoint

func (*BeaconStateV2) GetFork

func (x *BeaconStateV2) GetFork() *v1.Fork

func (*BeaconStateV2) GetGenesisTime

func (x *BeaconStateV2) GetGenesisTime() uint64

func (*BeaconStateV2) GetGenesisValidatorsRoot

func (x *BeaconStateV2) GetGenesisValidatorsRoot() []byte

func (*BeaconStateV2) GetHistoricalRoots

func (x *BeaconStateV2) GetHistoricalRoots() [][]byte

func (*BeaconStateV2) GetInactivityScores

func (x *BeaconStateV2) GetInactivityScores() []uint64

func (*BeaconStateV2) GetJustificationBits

func (*BeaconStateV2) GetLatestBlockHeader

func (x *BeaconStateV2) GetLatestBlockHeader() *v1.BeaconBlockHeader

func (*BeaconStateV2) GetNextSyncCommittee

func (x *BeaconStateV2) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateV2) GetPreviousEpochParticipation

func (x *BeaconStateV2) GetPreviousEpochParticipation() []byte

func (*BeaconStateV2) GetPreviousJustifiedCheckpoint

func (x *BeaconStateV2) GetPreviousJustifiedCheckpoint() *v1.Checkpoint

func (*BeaconStateV2) GetRandaoMixes

func (x *BeaconStateV2) GetRandaoMixes() [][]byte

func (*BeaconStateV2) GetSlashings

func (x *BeaconStateV2) GetSlashings() []uint64

func (*BeaconStateV2) GetSlot

func (*BeaconStateV2) GetStateRoots

func (x *BeaconStateV2) GetStateRoots() [][]byte

func (*BeaconStateV2) GetValidators

func (x *BeaconStateV2) GetValidators() []*v1.Validator

func (*BeaconStateV2) ProtoMessage

func (*BeaconStateV2) ProtoMessage()

func (*BeaconStateV2) ProtoReflect

func (x *BeaconStateV2) ProtoReflect() protoreflect.Message

func (*BeaconStateV2) Reset

func (x *BeaconStateV2) Reset()

func (*BeaconStateV2) String

func (x *BeaconStateV2) String() string

type BlockRequestV2

type BlockRequestV2 struct {
	BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRequestV2) Descriptor deprecated

func (*BlockRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use BlockRequestV2.ProtoReflect.Descriptor instead.

func (*BlockRequestV2) GetBlockId

func (x *BlockRequestV2) GetBlockId() []byte

func (*BlockRequestV2) ProtoMessage

func (*BlockRequestV2) ProtoMessage()

func (*BlockRequestV2) ProtoReflect

func (x *BlockRequestV2) ProtoReflect() protoreflect.Message

func (*BlockRequestV2) Reset

func (x *BlockRequestV2) Reset()

func (*BlockRequestV2) String

func (x *BlockRequestV2) String() string

type BlockResponseV2

type BlockResponseV2 struct {
	Version Version                       `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"`
	Data    *SignedBeaconBlockContainerV2 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockResponseV2) Descriptor deprecated

func (*BlockResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use BlockResponseV2.ProtoReflect.Descriptor instead.

func (*BlockResponseV2) GetData

func (*BlockResponseV2) GetVersion

func (x *BlockResponseV2) GetVersion() Version

func (*BlockResponseV2) ProtoMessage

func (*BlockResponseV2) ProtoMessage()

func (*BlockResponseV2) ProtoReflect

func (x *BlockResponseV2) ProtoReflect() protoreflect.Message

func (*BlockResponseV2) Reset

func (x *BlockResponseV2) Reset()

func (*BlockResponseV2) String

func (x *BlockResponseV2) String() string

type BlockSSZResponseV2

type BlockSSZResponseV2 struct {
	Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"`
	Data    []byte  `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockSSZResponseV2) Descriptor deprecated

func (*BlockSSZResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use BlockSSZResponseV2.ProtoReflect.Descriptor instead.

func (*BlockSSZResponseV2) GetData

func (x *BlockSSZResponseV2) GetData() []byte

func (*BlockSSZResponseV2) GetVersion

func (x *BlockSSZResponseV2) GetVersion() Version

func (*BlockSSZResponseV2) ProtoMessage

func (*BlockSSZResponseV2) ProtoMessage()

func (*BlockSSZResponseV2) ProtoReflect

func (x *BlockSSZResponseV2) ProtoReflect() protoreflect.Message

func (*BlockSSZResponseV2) Reset

func (x *BlockSSZResponseV2) Reset()

func (*BlockSSZResponseV2) String

func (x *BlockSSZResponseV2) String() string

type ContributionAndProof

type ContributionAndProof struct {
	AggregatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 170-byte string literal not displayed */
	Contribution    *SyncCommitteeContribution                         `protobuf:"bytes,2,opt,name=contribution,proto3" json:"contribution,omitempty"`
	SelectionProof  []byte                                             `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*ContributionAndProof) Descriptor deprecated

func (*ContributionAndProof) Descriptor() ([]byte, []int)

Deprecated: Use ContributionAndProof.ProtoReflect.Descriptor instead.

func (*ContributionAndProof) GetAggregatorIndex

func (*ContributionAndProof) GetContribution

func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution

func (*ContributionAndProof) GetSelectionProof

func (x *ContributionAndProof) GetSelectionProof() []byte

func (*ContributionAndProof) ProtoMessage

func (*ContributionAndProof) ProtoMessage()

func (*ContributionAndProof) ProtoReflect

func (x *ContributionAndProof) ProtoReflect() protoreflect.Message

func (*ContributionAndProof) Reset

func (x *ContributionAndProof) Reset()

func (*ContributionAndProof) String

func (x *ContributionAndProof) String() string

type ProduceBlockResponseV2

type ProduceBlockResponseV2 struct {
	Version Version                 `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"`
	Data    *BeaconBlockContainerV2 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ProduceBlockResponseV2) Descriptor deprecated

func (*ProduceBlockResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use ProduceBlockResponseV2.ProtoReflect.Descriptor instead.

func (*ProduceBlockResponseV2) GetData

func (*ProduceBlockResponseV2) GetVersion

func (x *ProduceBlockResponseV2) GetVersion() Version

func (*ProduceBlockResponseV2) ProtoMessage

func (*ProduceBlockResponseV2) ProtoMessage()

func (*ProduceBlockResponseV2) ProtoReflect

func (x *ProduceBlockResponseV2) ProtoReflect() protoreflect.Message

func (*ProduceBlockResponseV2) Reset

func (x *ProduceBlockResponseV2) Reset()

func (*ProduceBlockResponseV2) String

func (x *ProduceBlockResponseV2) String() string

type ProduceSyncCommitteeContributionRequest

type ProduceSyncCommitteeContributionRequest struct {
	Slot              github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"`
	SubcommitteeIndex uint64                                   `protobuf:"varint,2,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"`
	BeaconBlockRoot   []byte                                   `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*ProduceSyncCommitteeContributionRequest) Descriptor deprecated

func (*ProduceSyncCommitteeContributionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProduceSyncCommitteeContributionRequest.ProtoReflect.Descriptor instead.

func (*ProduceSyncCommitteeContributionRequest) GetBeaconBlockRoot

func (x *ProduceSyncCommitteeContributionRequest) GetBeaconBlockRoot() []byte

func (*ProduceSyncCommitteeContributionRequest) GetSlot

func (*ProduceSyncCommitteeContributionRequest) GetSubcommitteeIndex

func (x *ProduceSyncCommitteeContributionRequest) GetSubcommitteeIndex() uint64

func (*ProduceSyncCommitteeContributionRequest) ProtoMessage

func (*ProduceSyncCommitteeContributionRequest) ProtoReflect

func (*ProduceSyncCommitteeContributionRequest) Reset

func (*ProduceSyncCommitteeContributionRequest) String

type ProduceSyncCommitteeContributionResponse

type ProduceSyncCommitteeContributionResponse struct {
	Data *SyncCommitteeContribution `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ProduceSyncCommitteeContributionResponse) Descriptor deprecated

func (*ProduceSyncCommitteeContributionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProduceSyncCommitteeContributionResponse.ProtoReflect.Descriptor instead.

func (*ProduceSyncCommitteeContributionResponse) GetData

func (*ProduceSyncCommitteeContributionResponse) ProtoMessage

func (*ProduceSyncCommitteeContributionResponse) ProtoReflect

func (*ProduceSyncCommitteeContributionResponse) Reset

func (*ProduceSyncCommitteeContributionResponse) String

type SignedBeaconBlockAltair

type SignedBeaconBlockAltair struct {
	Message   *BeaconBlockAltair `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockAltair) Descriptor deprecated

func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockAltair.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockAltair) GetMessage

func (x *SignedBeaconBlockAltair) GetMessage() *BeaconBlockAltair

func (*SignedBeaconBlockAltair) GetSignature

func (x *SignedBeaconBlockAltair) GetSignature() []byte

func (*SignedBeaconBlockAltair) HashTreeRoot

func (s *SignedBeaconBlockAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) HashTreeRootWith

func (s *SignedBeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockAltair object with a hasher

func (*SignedBeaconBlockAltair) MarshalSSZ

func (s *SignedBeaconBlockAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) MarshalSSZTo

func (s *SignedBeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockAltair object to a target array

func (*SignedBeaconBlockAltair) ProtoMessage

func (*SignedBeaconBlockAltair) ProtoMessage()

func (*SignedBeaconBlockAltair) ProtoReflect

func (x *SignedBeaconBlockAltair) ProtoReflect() protoreflect.Message

func (*SignedBeaconBlockAltair) Reset

func (x *SignedBeaconBlockAltair) Reset()

func (*SignedBeaconBlockAltair) SizeSSZ

func (s *SignedBeaconBlockAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) String

func (x *SignedBeaconBlockAltair) String() string

func (*SignedBeaconBlockAltair) UnmarshalSSZ

func (s *SignedBeaconBlockAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockAltair object

type SignedBeaconBlockContainerV2

type SignedBeaconBlockContainerV2 struct {

	// Types that are assignable to Message:
	//	*SignedBeaconBlockContainerV2_Phase0Block
	//	*SignedBeaconBlockContainerV2_AltairBlock
	Message   isSignedBeaconBlockContainerV2_Message `protobuf_oneof:"message"`
	Signature []byte                                 `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockContainerV2) Descriptor deprecated

func (*SignedBeaconBlockContainerV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockContainerV2.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockContainerV2) GetAltairBlock

func (x *SignedBeaconBlockContainerV2) GetAltairBlock() *BeaconBlockAltair

func (*SignedBeaconBlockContainerV2) GetMessage

func (m *SignedBeaconBlockContainerV2) GetMessage() isSignedBeaconBlockContainerV2_Message

func (*SignedBeaconBlockContainerV2) GetPhase0Block

func (x *SignedBeaconBlockContainerV2) GetPhase0Block() *v1.BeaconBlock

func (*SignedBeaconBlockContainerV2) GetSignature

func (x *SignedBeaconBlockContainerV2) GetSignature() []byte

func (*SignedBeaconBlockContainerV2) ProtoMessage

func (*SignedBeaconBlockContainerV2) ProtoMessage()

func (*SignedBeaconBlockContainerV2) ProtoReflect

func (*SignedBeaconBlockContainerV2) Reset

func (x *SignedBeaconBlockContainerV2) Reset()

func (*SignedBeaconBlockContainerV2) String

type SignedBeaconBlockContainerV2_AltairBlock

type SignedBeaconBlockContainerV2_AltairBlock struct {
	AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}

type SignedBeaconBlockContainerV2_Phase0Block

type SignedBeaconBlockContainerV2_Phase0Block struct {
	Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}

type SignedContributionAndProof

type SignedContributionAndProof struct {
	Message   *ContributionAndProof `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedContributionAndProof) Descriptor deprecated

func (*SignedContributionAndProof) Descriptor() ([]byte, []int)

Deprecated: Use SignedContributionAndProof.ProtoReflect.Descriptor instead.

func (*SignedContributionAndProof) GetMessage

func (*SignedContributionAndProof) GetSignature

func (x *SignedContributionAndProof) GetSignature() []byte

func (*SignedContributionAndProof) ProtoMessage

func (*SignedContributionAndProof) ProtoMessage()

func (*SignedContributionAndProof) ProtoReflect

func (*SignedContributionAndProof) Reset

func (x *SignedContributionAndProof) Reset()

func (*SignedContributionAndProof) String

func (x *SignedContributionAndProof) String() string

type StateRequestV2

type StateRequestV2 struct {
	StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StateRequestV2) Descriptor deprecated

func (*StateRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use StateRequestV2.ProtoReflect.Descriptor instead.

func (*StateRequestV2) GetStateId

func (x *StateRequestV2) GetStateId() []byte

func (*StateRequestV2) ProtoMessage

func (*StateRequestV2) ProtoMessage()

func (*StateRequestV2) ProtoReflect

func (x *StateRequestV2) ProtoReflect() protoreflect.Message

func (*StateRequestV2) Reset

func (x *StateRequestV2) Reset()

func (*StateRequestV2) String

func (x *StateRequestV2) String() string

type StateSyncCommitteesRequest

type StateSyncCommitteesRequest struct {
	StateId []byte                                     `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	Epoch   *github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,2,opt,name=epoch,proto3,oneof" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"`
	// contains filtered or unexported fields
}

func (*StateSyncCommitteesRequest) Descriptor deprecated

func (*StateSyncCommitteesRequest) Descriptor() ([]byte, []int)

Deprecated: Use StateSyncCommitteesRequest.ProtoReflect.Descriptor instead.

func (*StateSyncCommitteesRequest) GetEpoch

func (*StateSyncCommitteesRequest) GetStateId

func (x *StateSyncCommitteesRequest) GetStateId() []byte

func (*StateSyncCommitteesRequest) ProtoMessage

func (*StateSyncCommitteesRequest) ProtoMessage()

func (*StateSyncCommitteesRequest) ProtoReflect

func (*StateSyncCommitteesRequest) Reset

func (x *StateSyncCommitteesRequest) Reset()

func (*StateSyncCommitteesRequest) String

func (x *StateSyncCommitteesRequest) String() string

type StateSyncCommitteesResponse

type StateSyncCommitteesResponse struct {
	Data *SyncCommitteeValidators `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StateSyncCommitteesResponse) Descriptor deprecated

func (*StateSyncCommitteesResponse) Descriptor() ([]byte, []int)

Deprecated: Use StateSyncCommitteesResponse.ProtoReflect.Descriptor instead.

func (*StateSyncCommitteesResponse) GetData

func (*StateSyncCommitteesResponse) ProtoMessage

func (*StateSyncCommitteesResponse) ProtoMessage()

func (*StateSyncCommitteesResponse) ProtoReflect

func (*StateSyncCommitteesResponse) Reset

func (x *StateSyncCommitteesResponse) Reset()

func (*StateSyncCommitteesResponse) String

func (x *StateSyncCommitteesResponse) String() string

type SubmitContributionAndProofsRequest

type SubmitContributionAndProofsRequest struct {
	Data []*SignedContributionAndProof `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitContributionAndProofsRequest) Descriptor deprecated

func (*SubmitContributionAndProofsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubmitContributionAndProofsRequest.ProtoReflect.Descriptor instead.

func (*SubmitContributionAndProofsRequest) GetData

func (*SubmitContributionAndProofsRequest) ProtoMessage

func (*SubmitContributionAndProofsRequest) ProtoMessage()

func (*SubmitContributionAndProofsRequest) ProtoReflect

func (*SubmitContributionAndProofsRequest) Reset

func (*SubmitContributionAndProofsRequest) String

type SubmitPoolSyncCommitteeSignatures

type SubmitPoolSyncCommitteeSignatures struct {
	Data []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitPoolSyncCommitteeSignatures) Descriptor deprecated

func (*SubmitPoolSyncCommitteeSignatures) Descriptor() ([]byte, []int)

Deprecated: Use SubmitPoolSyncCommitteeSignatures.ProtoReflect.Descriptor instead.

func (*SubmitPoolSyncCommitteeSignatures) GetData

func (*SubmitPoolSyncCommitteeSignatures) ProtoMessage

func (*SubmitPoolSyncCommitteeSignatures) ProtoMessage()

func (*SubmitPoolSyncCommitteeSignatures) ProtoReflect

func (*SubmitPoolSyncCommitteeSignatures) Reset

func (*SubmitPoolSyncCommitteeSignatures) String

type SubmitSyncCommitteeSignaturesRequest

type SubmitSyncCommitteeSignaturesRequest struct {
	Data []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitSyncCommitteeSignaturesRequest) Descriptor deprecated

func (*SubmitSyncCommitteeSignaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubmitSyncCommitteeSignaturesRequest.ProtoReflect.Descriptor instead.

func (*SubmitSyncCommitteeSignaturesRequest) GetData

func (*SubmitSyncCommitteeSignaturesRequest) ProtoMessage

func (*SubmitSyncCommitteeSignaturesRequest) ProtoMessage()

func (*SubmitSyncCommitteeSignaturesRequest) ProtoReflect

func (*SubmitSyncCommitteeSignaturesRequest) Reset

func (*SubmitSyncCommitteeSignaturesRequest) String

type SubmitSyncCommitteeSubscriptionsRequest

type SubmitSyncCommitteeSubscriptionsRequest struct {
	Data []*SyncCommitteeSubscription `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitSyncCommitteeSubscriptionsRequest) Descriptor deprecated

func (*SubmitSyncCommitteeSubscriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubmitSyncCommitteeSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*SubmitSyncCommitteeSubscriptionsRequest) GetData

func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoMessage

func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoReflect

func (*SubmitSyncCommitteeSubscriptionsRequest) Reset

func (*SubmitSyncCommitteeSubscriptionsRequest) String

type SyncCommittee

type SyncCommittee struct {
	Pubkeys         [][]byte `protobuf:"bytes,1,rep,name=pubkeys,proto3" json:"pubkeys,omitempty" ssz-size:"512,48"`
	AggregatePubkey []byte   `protobuf:"bytes,2,opt,name=aggregate_pubkey,json=aggregatePubkey,proto3" json:"aggregate_pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*SyncCommittee) Descriptor deprecated

func (*SyncCommittee) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommittee.ProtoReflect.Descriptor instead.

func (*SyncCommittee) GetAggregatePubkey

func (x *SyncCommittee) GetAggregatePubkey() []byte

func (*SyncCommittee) GetPubkeys

func (x *SyncCommittee) GetPubkeys() [][]byte

func (*SyncCommittee) ProtoMessage

func (*SyncCommittee) ProtoMessage()

func (*SyncCommittee) ProtoReflect

func (x *SyncCommittee) ProtoReflect() protoreflect.Message

func (*SyncCommittee) Reset

func (x *SyncCommittee) Reset()

func (*SyncCommittee) String

func (x *SyncCommittee) String() string

type SyncCommitteeContribution

type SyncCommitteeContribution struct {
	Slot              github_com_prysmaticlabs_eth2_types.Slot          `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"`
	BeaconBlockRoot   []byte                                            `protobuf:"bytes,2,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	SubcommitteeIndex uint64                                            `protobuf:"varint,3,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"`
	AggregationBits   github_com_prysmaticlabs_go_bitfield.Bitvector128 `` /* 182-byte string literal not displayed */
	Signature         []byte                                            `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SyncCommitteeContribution) Descriptor deprecated

func (*SyncCommitteeContribution) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeContribution.ProtoReflect.Descriptor instead.

func (*SyncCommitteeContribution) GetAggregationBits

func (*SyncCommitteeContribution) GetBeaconBlockRoot

func (x *SyncCommitteeContribution) GetBeaconBlockRoot() []byte

func (*SyncCommitteeContribution) GetSignature

func (x *SyncCommitteeContribution) GetSignature() []byte

func (*SyncCommitteeContribution) GetSlot

func (*SyncCommitteeContribution) GetSubcommitteeIndex

func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64

func (*SyncCommitteeContribution) ProtoMessage

func (*SyncCommitteeContribution) ProtoMessage()

func (*SyncCommitteeContribution) ProtoReflect

func (*SyncCommitteeContribution) Reset

func (x *SyncCommitteeContribution) Reset()

func (*SyncCommitteeContribution) String

func (x *SyncCommitteeContribution) String() string

type SyncCommitteeDutiesRequest

type SyncCommitteeDutiesRequest struct {
	Epoch github_com_prysmaticlabs_eth2_types.Epoch            `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"`
	Index []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncCommitteeDutiesRequest) Descriptor deprecated

func (*SyncCommitteeDutiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeDutiesRequest.ProtoReflect.Descriptor instead.

func (*SyncCommitteeDutiesRequest) GetEpoch

func (*SyncCommitteeDutiesRequest) GetIndex

func (*SyncCommitteeDutiesRequest) ProtoMessage

func (*SyncCommitteeDutiesRequest) ProtoMessage()

func (*SyncCommitteeDutiesRequest) ProtoReflect

func (*SyncCommitteeDutiesRequest) Reset

func (x *SyncCommitteeDutiesRequest) Reset()

func (*SyncCommitteeDutiesRequest) String

func (x *SyncCommitteeDutiesRequest) String() string

type SyncCommitteeDutiesResponse

type SyncCommitteeDutiesResponse struct {
	Data []*SyncCommitteeDuty `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncCommitteeDutiesResponse) Descriptor deprecated

func (*SyncCommitteeDutiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeDutiesResponse.ProtoReflect.Descriptor instead.

func (*SyncCommitteeDutiesResponse) GetData

func (*SyncCommitteeDutiesResponse) ProtoMessage

func (*SyncCommitteeDutiesResponse) ProtoMessage()

func (*SyncCommitteeDutiesResponse) ProtoReflect

func (*SyncCommitteeDutiesResponse) Reset

func (x *SyncCommitteeDutiesResponse) Reset()

func (*SyncCommitteeDutiesResponse) String

func (x *SyncCommitteeDutiesResponse) String() string

type SyncCommitteeDuty

type SyncCommitteeDuty struct {
	Pubkey                        []byte                                             `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	ValidatorIndex                github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */
	ValidatorSyncCommitteeIndices []uint64                                           `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncCommitteeDuty) Descriptor deprecated

func (*SyncCommitteeDuty) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeDuty.ProtoReflect.Descriptor instead.

func (*SyncCommitteeDuty) GetPubkey

func (x *SyncCommitteeDuty) GetPubkey() []byte

func (*SyncCommitteeDuty) GetValidatorIndex

func (*SyncCommitteeDuty) GetValidatorSyncCommitteeIndices

func (x *SyncCommitteeDuty) GetValidatorSyncCommitteeIndices() []uint64

func (*SyncCommitteeDuty) ProtoMessage

func (*SyncCommitteeDuty) ProtoMessage()

func (*SyncCommitteeDuty) ProtoReflect

func (x *SyncCommitteeDuty) ProtoReflect() protoreflect.Message

func (*SyncCommitteeDuty) Reset

func (x *SyncCommitteeDuty) Reset()

func (*SyncCommitteeDuty) String

func (x *SyncCommitteeDuty) String() string

type SyncCommitteeMessage

type SyncCommitteeMessage struct {
	Slot            github_com_prysmaticlabs_eth2_types.Slot           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"`
	BeaconBlockRoot []byte                                             `protobuf:"bytes,2,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	ValidatorIndex  github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */
	Signature       []byte                                             `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SyncCommitteeMessage) Descriptor deprecated

func (*SyncCommitteeMessage) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeMessage.ProtoReflect.Descriptor instead.

func (*SyncCommitteeMessage) GetBeaconBlockRoot

func (x *SyncCommitteeMessage) GetBeaconBlockRoot() []byte

func (*SyncCommitteeMessage) GetSignature

func (x *SyncCommitteeMessage) GetSignature() []byte

func (*SyncCommitteeMessage) GetSlot

func (*SyncCommitteeMessage) GetValidatorIndex

func (*SyncCommitteeMessage) ProtoMessage

func (*SyncCommitteeMessage) ProtoMessage()

func (*SyncCommitteeMessage) ProtoReflect

func (x *SyncCommitteeMessage) ProtoReflect() protoreflect.Message

func (*SyncCommitteeMessage) Reset

func (x *SyncCommitteeMessage) Reset()

func (*SyncCommitteeMessage) String

func (x *SyncCommitteeMessage) String() string

type SyncCommitteeSubscription

type SyncCommitteeSubscription struct {
	ValidatorIndex       github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */
	SyncCommitteeIndices []uint64                                           `` /* 131-byte string literal not displayed */
	UntilEpoch           github_com_prysmaticlabs_eth2_types.Epoch          `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncCommitteeSubscription) Descriptor deprecated

func (*SyncCommitteeSubscription) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeSubscription.ProtoReflect.Descriptor instead.

func (*SyncCommitteeSubscription) GetSyncCommitteeIndices

func (x *SyncCommitteeSubscription) GetSyncCommitteeIndices() []uint64

func (*SyncCommitteeSubscription) GetUntilEpoch

func (*SyncCommitteeSubscription) GetValidatorIndex

func (*SyncCommitteeSubscription) ProtoMessage

func (*SyncCommitteeSubscription) ProtoMessage()

func (*SyncCommitteeSubscription) ProtoReflect

func (*SyncCommitteeSubscription) Reset

func (x *SyncCommitteeSubscription) Reset()

func (*SyncCommitteeSubscription) String

func (x *SyncCommitteeSubscription) String() string

type SyncCommitteeValidators

type SyncCommitteeValidators struct {
	Validators          []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 144-byte string literal not displayed */
	ValidatorAggregates []*SyncSubcommitteeValidators                        `protobuf:"bytes,2,rep,name=validator_aggregates,json=validatorAggregates,proto3" json:"validator_aggregates,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncCommitteeValidators) Descriptor deprecated

func (*SyncCommitteeValidators) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeValidators.ProtoReflect.Descriptor instead.

func (*SyncCommitteeValidators) GetValidatorAggregates

func (x *SyncCommitteeValidators) GetValidatorAggregates() []*SyncSubcommitteeValidators

func (*SyncCommitteeValidators) GetValidators

func (*SyncCommitteeValidators) ProtoMessage

func (*SyncCommitteeValidators) ProtoMessage()

func (*SyncCommitteeValidators) ProtoReflect

func (x *SyncCommitteeValidators) ProtoReflect() protoreflect.Message

func (*SyncCommitteeValidators) Reset

func (x *SyncCommitteeValidators) Reset()

func (*SyncCommitteeValidators) String

func (x *SyncCommitteeValidators) String() string

type SyncSubcommitteeValidators

type SyncSubcommitteeValidators struct {
	Validators []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncSubcommitteeValidators) Descriptor deprecated

func (*SyncSubcommitteeValidators) Descriptor() ([]byte, []int)

Deprecated: Use SyncSubcommitteeValidators.ProtoReflect.Descriptor instead.

func (*SyncSubcommitteeValidators) GetValidators

func (*SyncSubcommitteeValidators) ProtoMessage

func (*SyncSubcommitteeValidators) ProtoMessage()

func (*SyncSubcommitteeValidators) ProtoReflect

func (*SyncSubcommitteeValidators) Reset

func (x *SyncSubcommitteeValidators) Reset()

func (*SyncSubcommitteeValidators) String

func (x *SyncSubcommitteeValidators) String() string

type Version

type Version int32
const (
	Version_PHASE0 Version = 0
	Version_ALTAIR Version = 1
)

func (Version) Descriptor

func (Version) Descriptor() protoreflect.EnumDescriptor

func (Version) Enum

func (x Version) Enum() *Version

func (Version) EnumDescriptor deprecated

func (Version) EnumDescriptor() ([]byte, []int)

Deprecated: Use Version.Descriptor instead.

func (Version) Number

func (x Version) Number() protoreflect.EnumNumber

func (Version) String

func (x Version) String() string

func (Version) Type

func (Version) Type() protoreflect.EnumType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL