eth

package
v0.0.0-...-ba90420 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Code generated by fastssz. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAttestation = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAttestation   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthBeaconBlock = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBeaconBlock   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthBeaconChain = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBeaconChain   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthNode = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNode   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthValidator = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowValidator   = fmt.Errorf("proto: integer overflow")
)
View Source
var PeerDirection_name = map[int32]string{
	0: "UNKNOWN",
	1: "INBOUND",
	2: "OUTBOUND",
}
View Source
var PeerDirection_value = map[string]int32{
	"UNKNOWN":  0,
	"INBOUND":  1,
	"OUTBOUND": 2,
}
View Source
var SetAction_name = map[int32]string{
	0: "ADD_VALIDATOR_KEYS",
	1: "REMOVE_VALIDATOR_KEYS",
	2: "SET_VALIDATOR_KEYS",
}
View Source
var SetAction_value = map[string]int32{
	"ADD_VALIDATOR_KEYS":    0,
	"REMOVE_VALIDATOR_KEYS": 1,
	"SET_VALIDATOR_KEYS":    2,
}
View Source
var ValidatorStatus_name = map[int32]string{
	0: "UNKNOWN_STATUS",
	1: "DEPOSITED",
	2: "PENDING",
	3: "ACTIVE",
	4: "EXITING",
	5: "SLASHING",
	6: "EXITED",
}
View Source
var ValidatorStatus_value = map[string]int32{
	"UNKNOWN_STATUS": 0,
	"DEPOSITED":      1,
	"PENDING":        2,
	"ACTIVE":         3,
	"EXITING":        4,
	"SLASHING":       5,
	"EXITED":         6,
}

Functions

func RegisterBeaconChainServer

func RegisterBeaconChainServer(s *grpc.Server, srv BeaconChainServer)

func RegisterBeaconNodeValidatorServer

func RegisterBeaconNodeValidatorServer(s *grpc.Server, srv BeaconNodeValidatorServer)

func RegisterNodeServer

func RegisterNodeServer(s *grpc.Server, srv NodeServer)

Types

type ActiveSetChanges

type ActiveSetChanges struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	ActivatedPublicKeys  [][]byte `` /* 136-byte string literal not displayed */
	ActivatedIndices     []uint64 `protobuf:"varint,3,rep,packed,name=activated_indices,json=activatedIndices,proto3" json:"activated_indices,omitempty"`
	ExitedPublicKeys     [][]byte `` /* 127-byte string literal not displayed */
	ExitedIndices        []uint64 `protobuf:"varint,5,rep,packed,name=exited_indices,json=exitedIndices,proto3" json:"exited_indices,omitempty"`
	SlashedPublicKeys    [][]byte `` /* 130-byte string literal not displayed */
	SlashedIndices       []uint64 `protobuf:"varint,7,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty"`
	EjectedPublicKeys    [][]byte `` /* 130-byte string literal not displayed */
	EjectedIndices       []uint64 `protobuf:"varint,9,rep,packed,name=ejected_indices,json=ejectedIndices,proto3" json:"ejected_indices,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActiveSetChanges) Descriptor

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

func (*ActiveSetChanges) GetActivatedIndices

func (m *ActiveSetChanges) GetActivatedIndices() []uint64

func (*ActiveSetChanges) GetActivatedPublicKeys

func (m *ActiveSetChanges) GetActivatedPublicKeys() [][]byte

func (*ActiveSetChanges) GetEjectedIndices

func (m *ActiveSetChanges) GetEjectedIndices() []uint64

func (*ActiveSetChanges) GetEjectedPublicKeys

func (m *ActiveSetChanges) GetEjectedPublicKeys() [][]byte

func (*ActiveSetChanges) GetEpoch

func (m *ActiveSetChanges) GetEpoch() uint64

func (*ActiveSetChanges) GetExitedIndices

func (m *ActiveSetChanges) GetExitedIndices() []uint64

func (*ActiveSetChanges) GetExitedPublicKeys

func (m *ActiveSetChanges) GetExitedPublicKeys() [][]byte

func (*ActiveSetChanges) GetSlashedIndices

func (m *ActiveSetChanges) GetSlashedIndices() []uint64

func (*ActiveSetChanges) GetSlashedPublicKeys

func (m *ActiveSetChanges) GetSlashedPublicKeys() [][]byte

func (*ActiveSetChanges) Marshal

func (m *ActiveSetChanges) Marshal() (dAtA []byte, err error)

func (*ActiveSetChanges) MarshalTo

func (m *ActiveSetChanges) MarshalTo(dAtA []byte) (int, error)

func (*ActiveSetChanges) ProtoMessage

func (*ActiveSetChanges) ProtoMessage()

func (*ActiveSetChanges) Reset

func (m *ActiveSetChanges) Reset()

func (*ActiveSetChanges) Size

func (m *ActiveSetChanges) Size() (n int)

func (*ActiveSetChanges) String

func (m *ActiveSetChanges) String() string

func (*ActiveSetChanges) Unmarshal

func (m *ActiveSetChanges) Unmarshal(dAtA []byte) error

func (*ActiveSetChanges) XXX_DiscardUnknown

func (m *ActiveSetChanges) XXX_DiscardUnknown()

func (*ActiveSetChanges) XXX_Marshal

func (m *ActiveSetChanges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActiveSetChanges) XXX_Merge

func (m *ActiveSetChanges) XXX_Merge(src proto.Message)

func (*ActiveSetChanges) XXX_Size

func (m *ActiveSetChanges) XXX_Size() int

func (*ActiveSetChanges) XXX_Unmarshal

func (m *ActiveSetChanges) XXX_Unmarshal(b []byte) error

type AggregateAttestationAndProof

type AggregateAttestationAndProof struct {
	AggregatorIndex      uint64       `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty"`
	Aggregate            *Attestation `protobuf:"bytes,3,opt,name=aggregate,proto3" json:"aggregate,omitempty"`
	SelectionProof       []byte       `protobuf:"bytes,2,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AggregateAttestationAndProof) Descriptor

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

func (*AggregateAttestationAndProof) GetAggregate

func (m *AggregateAttestationAndProof) GetAggregate() *Attestation

func (*AggregateAttestationAndProof) GetAggregatorIndex

func (m *AggregateAttestationAndProof) GetAggregatorIndex() uint64

func (*AggregateAttestationAndProof) GetSelectionProof

func (m *AggregateAttestationAndProof) GetSelectionProof() []byte

func (*AggregateAttestationAndProof) Marshal

func (m *AggregateAttestationAndProof) Marshal() (dAtA []byte, err error)

func (*AggregateAttestationAndProof) MarshalTo

func (m *AggregateAttestationAndProof) MarshalTo(dAtA []byte) (int, error)

func (*AggregateAttestationAndProof) ProtoMessage

func (*AggregateAttestationAndProof) ProtoMessage()

func (*AggregateAttestationAndProof) Reset

func (m *AggregateAttestationAndProof) Reset()

func (*AggregateAttestationAndProof) Size

func (m *AggregateAttestationAndProof) Size() (n int)

func (*AggregateAttestationAndProof) String

func (*AggregateAttestationAndProof) Unmarshal

func (m *AggregateAttestationAndProof) Unmarshal(dAtA []byte) error

func (*AggregateAttestationAndProof) XXX_DiscardUnknown

func (m *AggregateAttestationAndProof) XXX_DiscardUnknown()

func (*AggregateAttestationAndProof) XXX_Marshal

func (m *AggregateAttestationAndProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AggregateAttestationAndProof) XXX_Merge

func (m *AggregateAttestationAndProof) XXX_Merge(src proto.Message)

func (*AggregateAttestationAndProof) XXX_Size

func (m *AggregateAttestationAndProof) XXX_Size() int

func (*AggregateAttestationAndProof) XXX_Unmarshal

func (m *AggregateAttestationAndProof) XXX_Unmarshal(b []byte) error

type AggregateSelectionRequest

type AggregateSelectionRequest struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	CommitteeIndex       uint64   `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48" spec-name:"pubkey"`
	SlotSignature        []byte   `protobuf:"bytes,4,opt,name=slot_signature,json=slotSignature,proto3" json:"slot_signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AggregateSelectionRequest) Descriptor

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

func (*AggregateSelectionRequest) GetCommitteeIndex

func (m *AggregateSelectionRequest) GetCommitteeIndex() uint64

func (*AggregateSelectionRequest) GetPublicKey

func (m *AggregateSelectionRequest) GetPublicKey() []byte

func (*AggregateSelectionRequest) GetSlot

func (m *AggregateSelectionRequest) GetSlot() uint64

func (*AggregateSelectionRequest) GetSlotSignature

func (m *AggregateSelectionRequest) GetSlotSignature() []byte

func (*AggregateSelectionRequest) Marshal

func (m *AggregateSelectionRequest) Marshal() (dAtA []byte, err error)

func (*AggregateSelectionRequest) MarshalTo

func (m *AggregateSelectionRequest) MarshalTo(dAtA []byte) (int, error)

func (*AggregateSelectionRequest) ProtoMessage

func (*AggregateSelectionRequest) ProtoMessage()

func (*AggregateSelectionRequest) Reset

func (m *AggregateSelectionRequest) Reset()

func (*AggregateSelectionRequest) Size

func (m *AggregateSelectionRequest) Size() (n int)

func (*AggregateSelectionRequest) String

func (m *AggregateSelectionRequest) String() string

func (*AggregateSelectionRequest) Unmarshal

func (m *AggregateSelectionRequest) Unmarshal(dAtA []byte) error

func (*AggregateSelectionRequest) XXX_DiscardUnknown

func (m *AggregateSelectionRequest) XXX_DiscardUnknown()

func (*AggregateSelectionRequest) XXX_Marshal

func (m *AggregateSelectionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AggregateSelectionRequest) XXX_Merge

func (m *AggregateSelectionRequest) XXX_Merge(src proto.Message)

func (*AggregateSelectionRequest) XXX_Size

func (m *AggregateSelectionRequest) XXX_Size() int

func (*AggregateSelectionRequest) XXX_Unmarshal

func (m *AggregateSelectionRequest) XXX_Unmarshal(b []byte) error

type AggregateSelectionResponse

type AggregateSelectionResponse struct {
	AggregateAndProof    *AggregateAttestationAndProof `protobuf:"bytes,1,opt,name=aggregate_and_proof,json=aggregateAndProof,proto3" json:"aggregate_and_proof,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*AggregateSelectionResponse) Descriptor

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

func (*AggregateSelectionResponse) GetAggregateAndProof

func (m *AggregateSelectionResponse) GetAggregateAndProof() *AggregateAttestationAndProof

func (*AggregateSelectionResponse) Marshal

func (m *AggregateSelectionResponse) Marshal() (dAtA []byte, err error)

func (*AggregateSelectionResponse) MarshalTo

func (m *AggregateSelectionResponse) MarshalTo(dAtA []byte) (int, error)

func (*AggregateSelectionResponse) ProtoMessage

func (*AggregateSelectionResponse) ProtoMessage()

func (*AggregateSelectionResponse) Reset

func (m *AggregateSelectionResponse) Reset()

func (*AggregateSelectionResponse) Size

func (m *AggregateSelectionResponse) Size() (n int)

func (*AggregateSelectionResponse) String

func (m *AggregateSelectionResponse) String() string

func (*AggregateSelectionResponse) Unmarshal

func (m *AggregateSelectionResponse) Unmarshal(dAtA []byte) error

func (*AggregateSelectionResponse) XXX_DiscardUnknown

func (m *AggregateSelectionResponse) XXX_DiscardUnknown()

func (*AggregateSelectionResponse) XXX_Marshal

func (m *AggregateSelectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AggregateSelectionResponse) XXX_Merge

func (m *AggregateSelectionResponse) XXX_Merge(src proto.Message)

func (*AggregateSelectionResponse) XXX_Size

func (m *AggregateSelectionResponse) XXX_Size() int

func (*AggregateSelectionResponse) XXX_Unmarshal

func (m *AggregateSelectionResponse) XXX_Unmarshal(b []byte) error

type AttestResponse

type AttestResponse struct {
	AttestationDataRoot  []byte   `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestResponse) Descriptor

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

func (*AttestResponse) GetAttestationDataRoot

func (m *AttestResponse) GetAttestationDataRoot() []byte

func (*AttestResponse) Marshal

func (m *AttestResponse) Marshal() (dAtA []byte, err error)

func (*AttestResponse) MarshalTo

func (m *AttestResponse) MarshalTo(dAtA []byte) (int, error)

func (*AttestResponse) ProtoMessage

func (*AttestResponse) ProtoMessage()

func (*AttestResponse) Reset

func (m *AttestResponse) Reset()

func (*AttestResponse) Size

func (m *AttestResponse) Size() (n int)

func (*AttestResponse) String

func (m *AttestResponse) String() string

func (*AttestResponse) Unmarshal

func (m *AttestResponse) Unmarshal(dAtA []byte) error

func (*AttestResponse) XXX_DiscardUnknown

func (m *AttestResponse) XXX_DiscardUnknown()

func (*AttestResponse) XXX_Marshal

func (m *AttestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttestResponse) XXX_Merge

func (m *AttestResponse) XXX_Merge(src proto.Message)

func (*AttestResponse) XXX_Size

func (m *AttestResponse) XXX_Size() int

func (*AttestResponse) XXX_Unmarshal

func (m *AttestResponse) XXX_Unmarshal(b []byte) error

type Attestation

type Attestation struct {
	AggregationBits      github_com_prysmaticlabs_go_bitfield.Bitlist `` /* 175-byte string literal not displayed */
	Data                 *AttestationData                             `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature            []byte                                       `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*Attestation) Descriptor

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

func (*Attestation) GetAggregationBits

func (*Attestation) GetData

func (m *Attestation) GetData() *AttestationData

func (*Attestation) GetSignature

func (m *Attestation) GetSignature() []byte

func (*Attestation) Marshal

func (m *Attestation) Marshal() (dAtA []byte, err error)

func (*Attestation) MarshalSSZ

func (a *Attestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Attestation object

func (*Attestation) MarshalSSZTo

func (a *Attestation) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Attestation object to a target array

func (*Attestation) MarshalTo

func (m *Attestation) MarshalTo(dAtA []byte) (int, error)

func (*Attestation) ProtoMessage

func (*Attestation) ProtoMessage()

func (*Attestation) Reset

func (m *Attestation) Reset()

func (*Attestation) Size

func (m *Attestation) Size() (n int)

func (*Attestation) SizeSSZ

func (a *Attestation) SizeSSZ() (size int)

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

func (*Attestation) String

func (m *Attestation) String() string

func (*Attestation) Unmarshal

func (m *Attestation) Unmarshal(dAtA []byte) error

func (*Attestation) UnmarshalSSZ

func (a *Attestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Attestation object

func (*Attestation) XXX_DiscardUnknown

func (m *Attestation) XXX_DiscardUnknown()

func (*Attestation) XXX_Marshal

func (m *Attestation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attestation) XXX_Merge

func (m *Attestation) XXX_Merge(src proto.Message)

func (*Attestation) XXX_Size

func (m *Attestation) XXX_Size() int

func (*Attestation) XXX_Unmarshal

func (m *Attestation) XXX_Unmarshal(b []byte) error

type AttestationData

type AttestationData struct {
	Slot                 uint64      `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	CommitteeIndex       uint64      `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty"`
	BeaconBlockRoot      []byte      `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	Source               *Checkpoint `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Target               *Checkpoint `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*AttestationData) Descriptor

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

func (*AttestationData) GetBeaconBlockRoot

func (m *AttestationData) GetBeaconBlockRoot() []byte

func (*AttestationData) GetCommitteeIndex

func (m *AttestationData) GetCommitteeIndex() uint64

func (*AttestationData) GetSlot

func (m *AttestationData) GetSlot() uint64

func (*AttestationData) GetSource

func (m *AttestationData) GetSource() *Checkpoint

func (*AttestationData) GetTarget

func (m *AttestationData) GetTarget() *Checkpoint

func (*AttestationData) Marshal

func (m *AttestationData) Marshal() (dAtA []byte, err error)

func (*AttestationData) MarshalSSZ

func (a *AttestationData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttestationData object

func (*AttestationData) MarshalSSZTo

func (a *AttestationData) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the AttestationData object to a target array

func (*AttestationData) MarshalTo

func (m *AttestationData) MarshalTo(dAtA []byte) (int, error)

func (*AttestationData) ProtoMessage

func (*AttestationData) ProtoMessage()

func (*AttestationData) Reset

func (m *AttestationData) Reset()

func (*AttestationData) Size

func (m *AttestationData) Size() (n int)

func (*AttestationData) SizeSSZ

func (a *AttestationData) SizeSSZ() (size int)

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

func (*AttestationData) String

func (m *AttestationData) String() string

func (*AttestationData) Unmarshal

func (m *AttestationData) Unmarshal(dAtA []byte) error

func (*AttestationData) UnmarshalSSZ

func (a *AttestationData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttestationData object

func (*AttestationData) XXX_DiscardUnknown

func (m *AttestationData) XXX_DiscardUnknown()

func (*AttestationData) XXX_Marshal

func (m *AttestationData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttestationData) XXX_Merge

func (m *AttestationData) XXX_Merge(src proto.Message)

func (*AttestationData) XXX_Size

func (m *AttestationData) XXX_Size() int

func (*AttestationData) XXX_Unmarshal

func (m *AttestationData) XXX_Unmarshal(b []byte) error

type AttestationDataRequest

type AttestationDataRequest struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	CommitteeIndex       uint64   `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestationDataRequest) Descriptor

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

func (*AttestationDataRequest) GetCommitteeIndex

func (m *AttestationDataRequest) GetCommitteeIndex() uint64

func (*AttestationDataRequest) GetSlot

func (m *AttestationDataRequest) GetSlot() uint64

func (*AttestationDataRequest) Marshal

func (m *AttestationDataRequest) Marshal() (dAtA []byte, err error)

func (*AttestationDataRequest) MarshalTo

func (m *AttestationDataRequest) MarshalTo(dAtA []byte) (int, error)

func (*AttestationDataRequest) ProtoMessage

func (*AttestationDataRequest) ProtoMessage()

func (*AttestationDataRequest) Reset

func (m *AttestationDataRequest) Reset()

func (*AttestationDataRequest) Size

func (m *AttestationDataRequest) Size() (n int)

func (*AttestationDataRequest) String

func (m *AttestationDataRequest) String() string

func (*AttestationDataRequest) Unmarshal

func (m *AttestationDataRequest) Unmarshal(dAtA []byte) error

func (*AttestationDataRequest) XXX_DiscardUnknown

func (m *AttestationDataRequest) XXX_DiscardUnknown()

func (*AttestationDataRequest) XXX_Marshal

func (m *AttestationDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttestationDataRequest) XXX_Merge

func (m *AttestationDataRequest) XXX_Merge(src proto.Message)

func (*AttestationDataRequest) XXX_Size

func (m *AttestationDataRequest) XXX_Size() int

func (*AttestationDataRequest) XXX_Unmarshal

func (m *AttestationDataRequest) XXX_Unmarshal(b []byte) error

type AttestationPoolRequest

type AttestationPoolRequest struct {
	PageSize             int32    `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestationPoolRequest) Descriptor

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

func (*AttestationPoolRequest) GetPageSize

func (m *AttestationPoolRequest) GetPageSize() int32

func (*AttestationPoolRequest) GetPageToken

func (m *AttestationPoolRequest) GetPageToken() string

func (*AttestationPoolRequest) Marshal

func (m *AttestationPoolRequest) Marshal() (dAtA []byte, err error)

func (*AttestationPoolRequest) MarshalTo

func (m *AttestationPoolRequest) MarshalTo(dAtA []byte) (int, error)

func (*AttestationPoolRequest) ProtoMessage

func (*AttestationPoolRequest) ProtoMessage()

func (*AttestationPoolRequest) Reset

func (m *AttestationPoolRequest) Reset()

func (*AttestationPoolRequest) Size

func (m *AttestationPoolRequest) Size() (n int)

func (*AttestationPoolRequest) String

func (m *AttestationPoolRequest) String() string

func (*AttestationPoolRequest) Unmarshal

func (m *AttestationPoolRequest) Unmarshal(dAtA []byte) error

func (*AttestationPoolRequest) XXX_DiscardUnknown

func (m *AttestationPoolRequest) XXX_DiscardUnknown()

func (*AttestationPoolRequest) XXX_Marshal

func (m *AttestationPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttestationPoolRequest) XXX_Merge

func (m *AttestationPoolRequest) XXX_Merge(src proto.Message)

func (*AttestationPoolRequest) XXX_Size

func (m *AttestationPoolRequest) XXX_Size() int

func (*AttestationPoolRequest) XXX_Unmarshal

func (m *AttestationPoolRequest) XXX_Unmarshal(b []byte) error

type AttestationPoolResponse

type AttestationPoolResponse struct {
	Attestations         []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken        string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32          `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AttestationPoolResponse) Descriptor

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

func (*AttestationPoolResponse) GetAttestations

func (m *AttestationPoolResponse) GetAttestations() []*Attestation

func (*AttestationPoolResponse) GetNextPageToken

func (m *AttestationPoolResponse) GetNextPageToken() string

func (*AttestationPoolResponse) GetTotalSize

func (m *AttestationPoolResponse) GetTotalSize() int32

func (*AttestationPoolResponse) Marshal

func (m *AttestationPoolResponse) Marshal() (dAtA []byte, err error)

func (*AttestationPoolResponse) MarshalTo

func (m *AttestationPoolResponse) MarshalTo(dAtA []byte) (int, error)

func (*AttestationPoolResponse) ProtoMessage

func (*AttestationPoolResponse) ProtoMessage()

func (*AttestationPoolResponse) Reset

func (m *AttestationPoolResponse) Reset()

func (*AttestationPoolResponse) Size

func (m *AttestationPoolResponse) Size() (n int)

func (*AttestationPoolResponse) String

func (m *AttestationPoolResponse) String() string

func (*AttestationPoolResponse) Unmarshal

func (m *AttestationPoolResponse) Unmarshal(dAtA []byte) error

func (*AttestationPoolResponse) XXX_DiscardUnknown

func (m *AttestationPoolResponse) XXX_DiscardUnknown()

func (*AttestationPoolResponse) XXX_Marshal

func (m *AttestationPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttestationPoolResponse) XXX_Merge

func (m *AttestationPoolResponse) XXX_Merge(src proto.Message)

func (*AttestationPoolResponse) XXX_Size

func (m *AttestationPoolResponse) XXX_Size() int

func (*AttestationPoolResponse) XXX_Unmarshal

func (m *AttestationPoolResponse) XXX_Unmarshal(b []byte) error

type AttesterSlashing

type AttesterSlashing struct {
	Attestation_1        *IndexedAttestation `protobuf:"bytes,1,opt,name=attestation_1,json=attestation1,proto3" json:"attestation_1,omitempty"`
	Attestation_2        *IndexedAttestation `protobuf:"bytes,2,opt,name=attestation_2,json=attestation2,proto3" json:"attestation_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AttesterSlashing) Descriptor

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

func (*AttesterSlashing) GetAttestation_1

func (m *AttesterSlashing) GetAttestation_1() *IndexedAttestation

func (*AttesterSlashing) GetAttestation_2

func (m *AttesterSlashing) GetAttestation_2() *IndexedAttestation

func (*AttesterSlashing) Marshal

func (m *AttesterSlashing) Marshal() (dAtA []byte, err error)

func (*AttesterSlashing) MarshalSSZ

func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttesterSlashing object

func (*AttesterSlashing) MarshalSSZTo

func (a *AttesterSlashing) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the AttesterSlashing object to a target array

func (*AttesterSlashing) MarshalTo

func (m *AttesterSlashing) MarshalTo(dAtA []byte) (int, error)

func (*AttesterSlashing) ProtoMessage

func (*AttesterSlashing) ProtoMessage()

func (*AttesterSlashing) Reset

func (m *AttesterSlashing) Reset()

func (*AttesterSlashing) Size

func (m *AttesterSlashing) Size() (n int)

func (*AttesterSlashing) SizeSSZ

func (a *AttesterSlashing) SizeSSZ() (size int)

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

func (*AttesterSlashing) String

func (m *AttesterSlashing) String() string

func (*AttesterSlashing) Unmarshal

func (m *AttesterSlashing) Unmarshal(dAtA []byte) error

func (*AttesterSlashing) UnmarshalSSZ

func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttesterSlashing object

func (*AttesterSlashing) XXX_DiscardUnknown

func (m *AttesterSlashing) XXX_DiscardUnknown()

func (*AttesterSlashing) XXX_Marshal

func (m *AttesterSlashing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttesterSlashing) XXX_Merge

func (m *AttesterSlashing) XXX_Merge(src proto.Message)

func (*AttesterSlashing) XXX_Size

func (m *AttesterSlashing) XXX_Size() int

func (*AttesterSlashing) XXX_Unmarshal

func (m *AttesterSlashing) XXX_Unmarshal(b []byte) error

type BeaconBlock

type BeaconBlock struct {
	Slot                 uint64           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex        uint64           `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	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                 *BeaconBlockBody `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*BeaconBlock) Descriptor

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

func (*BeaconBlock) GetBody

func (m *BeaconBlock) GetBody() *BeaconBlockBody

func (*BeaconBlock) GetParentRoot

func (m *BeaconBlock) GetParentRoot() []byte

func (*BeaconBlock) GetProposerIndex

func (m *BeaconBlock) GetProposerIndex() uint64

func (*BeaconBlock) GetSlot

func (m *BeaconBlock) GetSlot() uint64

func (*BeaconBlock) GetStateRoot

func (m *BeaconBlock) GetStateRoot() []byte

func (*BeaconBlock) Marshal

func (m *BeaconBlock) Marshal() (dAtA []byte, err error)

func (*BeaconBlock) MarshalSSZ

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

MarshalSSZ ssz marshals the BeaconBlock object

func (*BeaconBlock) MarshalSSZTo

func (b *BeaconBlock) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the BeaconBlock object to a target array

func (*BeaconBlock) MarshalTo

func (m *BeaconBlock) MarshalTo(dAtA []byte) (int, error)

func (*BeaconBlock) ProtoMessage

func (*BeaconBlock) ProtoMessage()

func (*BeaconBlock) Reset

func (m *BeaconBlock) Reset()

func (*BeaconBlock) Size

func (m *BeaconBlock) Size() (n int)

func (*BeaconBlock) SizeSSZ

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

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

func (*BeaconBlock) String

func (m *BeaconBlock) String() string

func (*BeaconBlock) Unmarshal

func (m *BeaconBlock) Unmarshal(dAtA []byte) error

func (*BeaconBlock) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BeaconBlock object

func (*BeaconBlock) XXX_DiscardUnknown

func (m *BeaconBlock) XXX_DiscardUnknown()

func (*BeaconBlock) XXX_Marshal

func (m *BeaconBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconBlock) XXX_Merge

func (m *BeaconBlock) XXX_Merge(src proto.Message)

func (*BeaconBlock) XXX_Size

func (m *BeaconBlock) XXX_Size() int

func (*BeaconBlock) XXX_Unmarshal

func (m *BeaconBlock) XXX_Unmarshal(b []byte) error

type BeaconBlockBody

type BeaconBlockBody struct {
	RandaoReveal         []byte                 `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data             *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    []*ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings    []*AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"1"`
	Attestations         []*Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits             []*Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits       []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*BeaconBlockBody) Descriptor

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

func (*BeaconBlockBody) GetAttestations

func (m *BeaconBlockBody) GetAttestations() []*Attestation

func (*BeaconBlockBody) GetAttesterSlashings

func (m *BeaconBlockBody) GetAttesterSlashings() []*AttesterSlashing

func (*BeaconBlockBody) GetDeposits

func (m *BeaconBlockBody) GetDeposits() []*Deposit

func (*BeaconBlockBody) GetEth1Data

func (m *BeaconBlockBody) GetEth1Data() *Eth1Data

func (*BeaconBlockBody) GetGraffiti

func (m *BeaconBlockBody) GetGraffiti() []byte

func (*BeaconBlockBody) GetProposerSlashings

func (m *BeaconBlockBody) GetProposerSlashings() []*ProposerSlashing

func (*BeaconBlockBody) GetRandaoReveal

func (m *BeaconBlockBody) GetRandaoReveal() []byte

func (*BeaconBlockBody) GetVoluntaryExits

func (m *BeaconBlockBody) GetVoluntaryExits() []*SignedVoluntaryExit

func (*BeaconBlockBody) Marshal

func (m *BeaconBlockBody) Marshal() (dAtA []byte, err error)

func (*BeaconBlockBody) MarshalSSZ

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

MarshalSSZ ssz marshals the BeaconBlockBody object

func (*BeaconBlockBody) MarshalSSZTo

func (b *BeaconBlockBody) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the BeaconBlockBody object to a target array

func (*BeaconBlockBody) MarshalTo

func (m *BeaconBlockBody) MarshalTo(dAtA []byte) (int, error)

func (*BeaconBlockBody) ProtoMessage

func (*BeaconBlockBody) ProtoMessage()

func (*BeaconBlockBody) Reset

func (m *BeaconBlockBody) Reset()

func (*BeaconBlockBody) Size

func (m *BeaconBlockBody) Size() (n int)

func (*BeaconBlockBody) SizeSSZ

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

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

func (*BeaconBlockBody) String

func (m *BeaconBlockBody) String() string

func (*BeaconBlockBody) Unmarshal

func (m *BeaconBlockBody) Unmarshal(dAtA []byte) error

func (*BeaconBlockBody) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BeaconBlockBody object

func (*BeaconBlockBody) XXX_DiscardUnknown

func (m *BeaconBlockBody) XXX_DiscardUnknown()

func (*BeaconBlockBody) XXX_Marshal

func (m *BeaconBlockBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconBlockBody) XXX_Merge

func (m *BeaconBlockBody) XXX_Merge(src proto.Message)

func (*BeaconBlockBody) XXX_Size

func (m *BeaconBlockBody) XXX_Size() int

func (*BeaconBlockBody) XXX_Unmarshal

func (m *BeaconBlockBody) XXX_Unmarshal(b []byte) error

type BeaconBlockContainer

type BeaconBlockContainer struct {
	Block                *SignedBeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	BlockRoot            []byte             `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BeaconBlockContainer) Descriptor

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

func (*BeaconBlockContainer) GetBlock

func (m *BeaconBlockContainer) GetBlock() *SignedBeaconBlock

func (*BeaconBlockContainer) GetBlockRoot

func (m *BeaconBlockContainer) GetBlockRoot() []byte

func (*BeaconBlockContainer) Marshal

func (m *BeaconBlockContainer) Marshal() (dAtA []byte, err error)

func (*BeaconBlockContainer) MarshalTo

func (m *BeaconBlockContainer) MarshalTo(dAtA []byte) (int, error)

func (*BeaconBlockContainer) ProtoMessage

func (*BeaconBlockContainer) ProtoMessage()

func (*BeaconBlockContainer) Reset

func (m *BeaconBlockContainer) Reset()

func (*BeaconBlockContainer) Size

func (m *BeaconBlockContainer) Size() (n int)

func (*BeaconBlockContainer) String

func (m *BeaconBlockContainer) String() string

func (*BeaconBlockContainer) Unmarshal

func (m *BeaconBlockContainer) Unmarshal(dAtA []byte) error

func (*BeaconBlockContainer) XXX_DiscardUnknown

func (m *BeaconBlockContainer) XXX_DiscardUnknown()

func (*BeaconBlockContainer) XXX_Marshal

func (m *BeaconBlockContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconBlockContainer) XXX_Merge

func (m *BeaconBlockContainer) XXX_Merge(src proto.Message)

func (*BeaconBlockContainer) XXX_Size

func (m *BeaconBlockContainer) XXX_Size() int

func (*BeaconBlockContainer) XXX_Unmarshal

func (m *BeaconBlockContainer) XXX_Unmarshal(b []byte) error

type BeaconBlockHeader

type BeaconBlockHeader struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex        uint64   `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	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"`
	BodyRoot             []byte   `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconBlockHeader) Descriptor

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

func (*BeaconBlockHeader) GetBodyRoot

func (m *BeaconBlockHeader) GetBodyRoot() []byte

func (*BeaconBlockHeader) GetParentRoot

func (m *BeaconBlockHeader) GetParentRoot() []byte

func (*BeaconBlockHeader) GetProposerIndex

func (m *BeaconBlockHeader) GetProposerIndex() uint64

func (*BeaconBlockHeader) GetSlot

func (m *BeaconBlockHeader) GetSlot() uint64

func (*BeaconBlockHeader) GetStateRoot

func (m *BeaconBlockHeader) GetStateRoot() []byte

func (*BeaconBlockHeader) Marshal

func (m *BeaconBlockHeader) Marshal() (dAtA []byte, err error)

func (*BeaconBlockHeader) MarshalSSZ

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

MarshalSSZ ssz marshals the BeaconBlockHeader object

func (*BeaconBlockHeader) MarshalSSZTo

func (b *BeaconBlockHeader) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the BeaconBlockHeader object to a target array

func (*BeaconBlockHeader) MarshalTo

func (m *BeaconBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*BeaconBlockHeader) ProtoMessage

func (*BeaconBlockHeader) ProtoMessage()

func (*BeaconBlockHeader) Reset

func (m *BeaconBlockHeader) Reset()

func (*BeaconBlockHeader) Size

func (m *BeaconBlockHeader) Size() (n int)

func (*BeaconBlockHeader) SizeSSZ

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

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

func (*BeaconBlockHeader) String

func (m *BeaconBlockHeader) String() string

func (*BeaconBlockHeader) Unmarshal

func (m *BeaconBlockHeader) Unmarshal(dAtA []byte) error

func (*BeaconBlockHeader) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BeaconBlockHeader object

func (*BeaconBlockHeader) XXX_DiscardUnknown

func (m *BeaconBlockHeader) XXX_DiscardUnknown()

func (*BeaconBlockHeader) XXX_Marshal

func (m *BeaconBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconBlockHeader) XXX_Merge

func (m *BeaconBlockHeader) XXX_Merge(src proto.Message)

func (*BeaconBlockHeader) XXX_Size

func (m *BeaconBlockHeader) XXX_Size() int

func (*BeaconBlockHeader) XXX_Unmarshal

func (m *BeaconBlockHeader) XXX_Unmarshal(b []byte) error

type BeaconChainClient

type BeaconChainClient interface {
	ListAttestations(ctx context.Context, in *ListAttestationsRequest, opts ...grpc.CallOption) (*ListAttestationsResponse, error)
	ListIndexedAttestations(ctx context.Context, in *ListIndexedAttestationsRequest, opts ...grpc.CallOption) (*ListIndexedAttestationsResponse, error)
	StreamAttestations(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconChain_StreamAttestationsClient, error)
	StreamIndexedAttestations(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconChain_StreamIndexedAttestationsClient, error)
	AttestationPool(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolResponse, error)
	ListBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBlocksResponse, error)
	StreamBlocks(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconChain_StreamBlocksClient, error)
	StreamChainHead(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconChain_StreamChainHeadClient, error)
	GetChainHead(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*ChainHead, error)
	ListBeaconCommittees(ctx context.Context, in *ListCommitteesRequest, opts ...grpc.CallOption) (*BeaconCommittees, error)
	ListValidatorBalances(ctx context.Context, in *ListValidatorBalancesRequest, opts ...grpc.CallOption) (*ValidatorBalances, error)
	ListValidators(ctx context.Context, in *ListValidatorsRequest, opts ...grpc.CallOption) (*Validators, error)
	GetValidator(ctx context.Context, in *GetValidatorRequest, opts ...grpc.CallOption) (*Validator, error)
	GetValidatorActiveSetChanges(ctx context.Context, in *GetValidatorActiveSetChangesRequest, opts ...grpc.CallOption) (*ActiveSetChanges, error)
	GetValidatorQueue(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*ValidatorQueue, error)
	GetValidatorPerformance(ctx context.Context, in *ValidatorPerformanceRequest, opts ...grpc.CallOption) (*ValidatorPerformanceResponse, error)
	ListValidatorAssignments(ctx context.Context, in *ListValidatorAssignmentsRequest, opts ...grpc.CallOption) (*ValidatorAssignments, error)
	GetValidatorParticipation(ctx context.Context, in *GetValidatorParticipationRequest, opts ...grpc.CallOption) (*ValidatorParticipationResponse, error)
	GetBeaconConfig(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*BeaconConfig, error)
	StreamValidatorsInfo(ctx context.Context, opts ...grpc.CallOption) (BeaconChain_StreamValidatorsInfoClient, error)
	SubmitAttesterSlashing(ctx context.Context, in *AttesterSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error)
	SubmitProposerSlashing(ctx context.Context, in *ProposerSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error)
}

BeaconChainClient is the client API for BeaconChain service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBeaconChainClient

func NewBeaconChainClient(cc *grpc.ClientConn) BeaconChainClient

type BeaconChainServer

type BeaconChainServer interface {
	ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error)
	ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error)
	StreamAttestations(*types.Empty, BeaconChain_StreamAttestationsServer) error
	StreamIndexedAttestations(*types.Empty, BeaconChain_StreamIndexedAttestationsServer) error
	AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error)
	ListBlocks(context.Context, *ListBlocksRequest) (*ListBlocksResponse, error)
	StreamBlocks(*types.Empty, BeaconChain_StreamBlocksServer) error
	StreamChainHead(*types.Empty, BeaconChain_StreamChainHeadServer) error
	GetChainHead(context.Context, *types.Empty) (*ChainHead, error)
	ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error)
	ListValidatorBalances(context.Context, *ListValidatorBalancesRequest) (*ValidatorBalances, error)
	ListValidators(context.Context, *ListValidatorsRequest) (*Validators, error)
	GetValidator(context.Context, *GetValidatorRequest) (*Validator, error)
	GetValidatorActiveSetChanges(context.Context, *GetValidatorActiveSetChangesRequest) (*ActiveSetChanges, error)
	GetValidatorQueue(context.Context, *types.Empty) (*ValidatorQueue, error)
	GetValidatorPerformance(context.Context, *ValidatorPerformanceRequest) (*ValidatorPerformanceResponse, error)
	ListValidatorAssignments(context.Context, *ListValidatorAssignmentsRequest) (*ValidatorAssignments, error)
	GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error)
	GetBeaconConfig(context.Context, *types.Empty) (*BeaconConfig, error)
	StreamValidatorsInfo(BeaconChain_StreamValidatorsInfoServer) error
	SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error)
	SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error)
}

BeaconChainServer is the server API for BeaconChain service.

type BeaconChain_StreamAttestationsClient

type BeaconChain_StreamAttestationsClient interface {
	Recv() (*Attestation, error)
	grpc.ClientStream
}

type BeaconChain_StreamAttestationsServer

type BeaconChain_StreamAttestationsServer interface {
	Send(*Attestation) error
	grpc.ServerStream
}

type BeaconChain_StreamBlocksClient

type BeaconChain_StreamBlocksClient interface {
	Recv() (*SignedBeaconBlock, error)
	grpc.ClientStream
}

type BeaconChain_StreamBlocksServer

type BeaconChain_StreamBlocksServer interface {
	Send(*SignedBeaconBlock) error
	grpc.ServerStream
}

type BeaconChain_StreamChainHeadClient

type BeaconChain_StreamChainHeadClient interface {
	Recv() (*ChainHead, error)
	grpc.ClientStream
}

type BeaconChain_StreamChainHeadServer

type BeaconChain_StreamChainHeadServer interface {
	Send(*ChainHead) error
	grpc.ServerStream
}

type BeaconChain_StreamIndexedAttestationsClient

type BeaconChain_StreamIndexedAttestationsClient interface {
	Recv() (*IndexedAttestation, error)
	grpc.ClientStream
}

type BeaconChain_StreamIndexedAttestationsServer

type BeaconChain_StreamIndexedAttestationsServer interface {
	Send(*IndexedAttestation) error
	grpc.ServerStream
}

type BeaconChain_StreamValidatorsInfoClient

type BeaconChain_StreamValidatorsInfoClient interface {
	Send(*ValidatorChangeSet) error
	Recv() (*ValidatorInfo, error)
	grpc.ClientStream
}

type BeaconChain_StreamValidatorsInfoServer

type BeaconChain_StreamValidatorsInfoServer interface {
	Send(*ValidatorInfo) error
	Recv() (*ValidatorChangeSet, error)
	grpc.ServerStream
}

type BeaconCommittees

type BeaconCommittees struct {
	Epoch                uint64                                      `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Committees           map[uint64]*BeaconCommittees_CommitteesList `` /* 162-byte string literal not displayed */
	ActiveValidatorCount uint64                                      `protobuf:"varint,3,opt,name=active_validator_count,json=activeValidatorCount,proto3" json:"active_validator_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*BeaconCommittees) Descriptor

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

func (*BeaconCommittees) GetActiveValidatorCount

func (m *BeaconCommittees) GetActiveValidatorCount() uint64

func (*BeaconCommittees) GetCommittees

func (*BeaconCommittees) GetEpoch

func (m *BeaconCommittees) GetEpoch() uint64

func (*BeaconCommittees) Marshal

func (m *BeaconCommittees) Marshal() (dAtA []byte, err error)

func (*BeaconCommittees) MarshalTo

func (m *BeaconCommittees) MarshalTo(dAtA []byte) (int, error)

func (*BeaconCommittees) ProtoMessage

func (*BeaconCommittees) ProtoMessage()

func (*BeaconCommittees) Reset

func (m *BeaconCommittees) Reset()

func (*BeaconCommittees) Size

func (m *BeaconCommittees) Size() (n int)

func (*BeaconCommittees) String

func (m *BeaconCommittees) String() string

func (*BeaconCommittees) Unmarshal

func (m *BeaconCommittees) Unmarshal(dAtA []byte) error

func (*BeaconCommittees) XXX_DiscardUnknown

func (m *BeaconCommittees) XXX_DiscardUnknown()

func (*BeaconCommittees) XXX_Marshal

func (m *BeaconCommittees) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconCommittees) XXX_Merge

func (m *BeaconCommittees) XXX_Merge(src proto.Message)

func (*BeaconCommittees) XXX_Size

func (m *BeaconCommittees) XXX_Size() int

func (*BeaconCommittees) XXX_Unmarshal

func (m *BeaconCommittees) XXX_Unmarshal(b []byte) error

type BeaconCommittees_CommitteeItem

type BeaconCommittees_CommitteeItem struct {
	ValidatorIndices     []uint64 `protobuf:"varint,1,rep,packed,name=validator_indices,json=validatorIndices,proto3" json:"validator_indices,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconCommittees_CommitteeItem) Descriptor

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

func (*BeaconCommittees_CommitteeItem) GetValidatorIndices

func (m *BeaconCommittees_CommitteeItem) GetValidatorIndices() []uint64

func (*BeaconCommittees_CommitteeItem) Marshal

func (m *BeaconCommittees_CommitteeItem) Marshal() (dAtA []byte, err error)

func (*BeaconCommittees_CommitteeItem) MarshalTo

func (m *BeaconCommittees_CommitteeItem) MarshalTo(dAtA []byte) (int, error)

func (*BeaconCommittees_CommitteeItem) ProtoMessage

func (*BeaconCommittees_CommitteeItem) ProtoMessage()

func (*BeaconCommittees_CommitteeItem) Reset

func (m *BeaconCommittees_CommitteeItem) Reset()

func (*BeaconCommittees_CommitteeItem) Size

func (m *BeaconCommittees_CommitteeItem) Size() (n int)

func (*BeaconCommittees_CommitteeItem) String

func (*BeaconCommittees_CommitteeItem) Unmarshal

func (m *BeaconCommittees_CommitteeItem) Unmarshal(dAtA []byte) error

func (*BeaconCommittees_CommitteeItem) XXX_DiscardUnknown

func (m *BeaconCommittees_CommitteeItem) XXX_DiscardUnknown()

func (*BeaconCommittees_CommitteeItem) XXX_Marshal

func (m *BeaconCommittees_CommitteeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconCommittees_CommitteeItem) XXX_Merge

func (m *BeaconCommittees_CommitteeItem) XXX_Merge(src proto.Message)

func (*BeaconCommittees_CommitteeItem) XXX_Size

func (m *BeaconCommittees_CommitteeItem) XXX_Size() int

func (*BeaconCommittees_CommitteeItem) XXX_Unmarshal

func (m *BeaconCommittees_CommitteeItem) XXX_Unmarshal(b []byte) error

type BeaconCommittees_CommitteesList

type BeaconCommittees_CommitteesList struct {
	Committees           []*BeaconCommittees_CommitteeItem `protobuf:"bytes,1,rep,name=committees,proto3" json:"committees,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*BeaconCommittees_CommitteesList) Descriptor

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

func (*BeaconCommittees_CommitteesList) GetCommittees

func (*BeaconCommittees_CommitteesList) Marshal

func (m *BeaconCommittees_CommitteesList) Marshal() (dAtA []byte, err error)

func (*BeaconCommittees_CommitteesList) MarshalTo

func (m *BeaconCommittees_CommitteesList) MarshalTo(dAtA []byte) (int, error)

func (*BeaconCommittees_CommitteesList) ProtoMessage

func (*BeaconCommittees_CommitteesList) ProtoMessage()

func (*BeaconCommittees_CommitteesList) Reset

func (*BeaconCommittees_CommitteesList) Size

func (m *BeaconCommittees_CommitteesList) Size() (n int)

func (*BeaconCommittees_CommitteesList) String

func (*BeaconCommittees_CommitteesList) Unmarshal

func (m *BeaconCommittees_CommitteesList) Unmarshal(dAtA []byte) error

func (*BeaconCommittees_CommitteesList) XXX_DiscardUnknown

func (m *BeaconCommittees_CommitteesList) XXX_DiscardUnknown()

func (*BeaconCommittees_CommitteesList) XXX_Marshal

func (m *BeaconCommittees_CommitteesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconCommittees_CommitteesList) XXX_Merge

func (m *BeaconCommittees_CommitteesList) XXX_Merge(src proto.Message)

func (*BeaconCommittees_CommitteesList) XXX_Size

func (m *BeaconCommittees_CommitteesList) XXX_Size() int

func (*BeaconCommittees_CommitteesList) XXX_Unmarshal

func (m *BeaconCommittees_CommitteesList) XXX_Unmarshal(b []byte) error

type BeaconConfig

type BeaconConfig struct {
	Config               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*BeaconConfig) Descriptor

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

func (*BeaconConfig) GetConfig

func (m *BeaconConfig) GetConfig() map[string]string

func (*BeaconConfig) Marshal

func (m *BeaconConfig) Marshal() (dAtA []byte, err error)

func (*BeaconConfig) MarshalTo

func (m *BeaconConfig) MarshalTo(dAtA []byte) (int, error)

func (*BeaconConfig) ProtoMessage

func (*BeaconConfig) ProtoMessage()

func (*BeaconConfig) Reset

func (m *BeaconConfig) Reset()

func (*BeaconConfig) Size

func (m *BeaconConfig) Size() (n int)

func (*BeaconConfig) String

func (m *BeaconConfig) String() string

func (*BeaconConfig) Unmarshal

func (m *BeaconConfig) Unmarshal(dAtA []byte) error

func (*BeaconConfig) XXX_DiscardUnknown

func (m *BeaconConfig) XXX_DiscardUnknown()

func (*BeaconConfig) XXX_Marshal

func (m *BeaconConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BeaconConfig) XXX_Merge

func (m *BeaconConfig) XXX_Merge(src proto.Message)

func (*BeaconConfig) XXX_Size

func (m *BeaconConfig) XXX_Size() int

func (*BeaconConfig) XXX_Unmarshal

func (m *BeaconConfig) XXX_Unmarshal(b []byte) error

type BeaconNodeValidatorClient

type BeaconNodeValidatorClient interface {
	GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error)
	StreamDuties(ctx context.Context, opts ...grpc.CallOption) (BeaconNodeValidator_StreamDutiesClient, error)
	DomainData(ctx context.Context, in *DomainRequest, opts ...grpc.CallOption) (*DomainResponse, error)
	WaitForChainStart(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForChainStartClient, error)
	WaitForSynced(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForSyncedClient, error)
	WaitForActivation(ctx context.Context, in *ValidatorActivationRequest, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForActivationClient, error)
	ValidatorIndex(ctx context.Context, in *ValidatorIndexRequest, opts ...grpc.CallOption) (*ValidatorIndexResponse, error)
	ValidatorStatus(ctx context.Context, in *ValidatorStatusRequest, opts ...grpc.CallOption) (*ValidatorStatusResponse, error)
	GetBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BeaconBlock, error)
	ProposeBlock(ctx context.Context, in *SignedBeaconBlock, opts ...grpc.CallOption) (*ProposeResponse, error)
	GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*AttestationData, error)
	ProposeAttestation(ctx context.Context, in *Attestation, opts ...grpc.CallOption) (*AttestResponse, error)
	SubmitAggregateSelectionProof(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionResponse, error)
	SubmitSignedAggregateSelectionProof(ctx context.Context, in *SignedAggregateSubmitRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error)
	ProposeExit(ctx context.Context, in *SignedVoluntaryExit, opts ...grpc.CallOption) (*types.Empty, error)
	SubscribeCommitteeSubnets(ctx context.Context, in *CommitteeSubnetsSubscribeRequest, opts ...grpc.CallOption) (*types.Empty, error)
}

BeaconNodeValidatorClient is the client API for BeaconNodeValidator service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBeaconNodeValidatorClient

func NewBeaconNodeValidatorClient(cc *grpc.ClientConn) BeaconNodeValidatorClient

type BeaconNodeValidator_StreamDutiesClient

type BeaconNodeValidator_StreamDutiesClient interface {
	Send(*DutiesRequest) error
	Recv() (*DutiesResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_StreamDutiesServer

type BeaconNodeValidator_StreamDutiesServer interface {
	Send(*DutiesResponse) error
	Recv() (*DutiesRequest, error)
	grpc.ServerStream
}

type BeaconNodeValidator_WaitForActivationClient

type BeaconNodeValidator_WaitForActivationClient interface {
	Recv() (*ValidatorActivationResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_WaitForActivationServer

type BeaconNodeValidator_WaitForActivationServer interface {
	Send(*ValidatorActivationResponse) error
	grpc.ServerStream
}

type BeaconNodeValidator_WaitForChainStartClient

type BeaconNodeValidator_WaitForChainStartClient interface {
	Recv() (*ChainStartResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_WaitForChainStartServer

type BeaconNodeValidator_WaitForChainStartServer interface {
	Send(*ChainStartResponse) error
	grpc.ServerStream
}

type BeaconNodeValidator_WaitForSyncedClient

type BeaconNodeValidator_WaitForSyncedClient interface {
	Recv() (*SyncedResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_WaitForSyncedServer

type BeaconNodeValidator_WaitForSyncedServer interface {
	Send(*SyncedResponse) error
	grpc.ServerStream
}

type BlockRequest

type BlockRequest struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	RandaoReveal         []byte   `protobuf:"bytes,2,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"48"`
	Graffiti             []byte   `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockRequest) Descriptor

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

func (*BlockRequest) GetGraffiti

func (m *BlockRequest) GetGraffiti() []byte

func (*BlockRequest) GetRandaoReveal

func (m *BlockRequest) GetRandaoReveal() []byte

func (*BlockRequest) GetSlot

func (m *BlockRequest) GetSlot() uint64

func (*BlockRequest) Marshal

func (m *BlockRequest) Marshal() (dAtA []byte, err error)

func (*BlockRequest) MarshalTo

func (m *BlockRequest) MarshalTo(dAtA []byte) (int, error)

func (*BlockRequest) ProtoMessage

func (*BlockRequest) ProtoMessage()

func (*BlockRequest) Reset

func (m *BlockRequest) Reset()

func (*BlockRequest) Size

func (m *BlockRequest) Size() (n int)

func (*BlockRequest) String

func (m *BlockRequest) String() string

func (*BlockRequest) Unmarshal

func (m *BlockRequest) Unmarshal(dAtA []byte) error

func (*BlockRequest) XXX_DiscardUnknown

func (m *BlockRequest) XXX_DiscardUnknown()

func (*BlockRequest) XXX_Marshal

func (m *BlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockRequest) XXX_Merge

func (m *BlockRequest) XXX_Merge(src proto.Message)

func (*BlockRequest) XXX_Size

func (m *BlockRequest) XXX_Size() int

func (*BlockRequest) XXX_Unmarshal

func (m *BlockRequest) XXX_Unmarshal(b []byte) error

type ChainHead

type ChainHead struct {
	HeadSlot                   uint64   `protobuf:"varint,1,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty"`
	HeadEpoch                  uint64   `protobuf:"varint,2,opt,name=head_epoch,json=headEpoch,proto3" json:"head_epoch,omitempty"`
	HeadBlockRoot              []byte   `protobuf:"bytes,3,opt,name=head_block_root,json=headBlockRoot,proto3" json:"head_block_root,omitempty" ssz-size:"32"`
	FinalizedSlot              uint64   `protobuf:"varint,4,opt,name=finalized_slot,json=finalizedSlot,proto3" json:"finalized_slot,omitempty"`
	FinalizedEpoch             uint64   `protobuf:"varint,5,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty"`
	FinalizedBlockRoot         []byte   `` /* 131-byte string literal not displayed */
	JustifiedSlot              uint64   `protobuf:"varint,7,opt,name=justified_slot,json=justifiedSlot,proto3" json:"justified_slot,omitempty"`
	JustifiedEpoch             uint64   `protobuf:"varint,8,opt,name=justified_epoch,json=justifiedEpoch,proto3" json:"justified_epoch,omitempty"`
	JustifiedBlockRoot         []byte   `` /* 131-byte string literal not displayed */
	PreviousJustifiedSlot      uint64   `` /* 128-byte string literal not displayed */
	PreviousJustifiedEpoch     uint64   `` /* 131-byte string literal not displayed */
	PreviousJustifiedBlockRoot []byte   `` /* 158-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*ChainHead) Descriptor

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

func (*ChainHead) GetFinalizedBlockRoot

func (m *ChainHead) GetFinalizedBlockRoot() []byte

func (*ChainHead) GetFinalizedEpoch

func (m *ChainHead) GetFinalizedEpoch() uint64

func (*ChainHead) GetFinalizedSlot

func (m *ChainHead) GetFinalizedSlot() uint64

func (*ChainHead) GetHeadBlockRoot

func (m *ChainHead) GetHeadBlockRoot() []byte

func (*ChainHead) GetHeadEpoch

func (m *ChainHead) GetHeadEpoch() uint64

func (*ChainHead) GetHeadSlot

func (m *ChainHead) GetHeadSlot() uint64

func (*ChainHead) GetJustifiedBlockRoot

func (m *ChainHead) GetJustifiedBlockRoot() []byte

func (*ChainHead) GetJustifiedEpoch

func (m *ChainHead) GetJustifiedEpoch() uint64

func (*ChainHead) GetJustifiedSlot

func (m *ChainHead) GetJustifiedSlot() uint64

func (*ChainHead) GetPreviousJustifiedBlockRoot

func (m *ChainHead) GetPreviousJustifiedBlockRoot() []byte

func (*ChainHead) GetPreviousJustifiedEpoch

func (m *ChainHead) GetPreviousJustifiedEpoch() uint64

func (*ChainHead) GetPreviousJustifiedSlot

func (m *ChainHead) GetPreviousJustifiedSlot() uint64

func (*ChainHead) Marshal

func (m *ChainHead) Marshal() (dAtA []byte, err error)

func (*ChainHead) MarshalTo

func (m *ChainHead) MarshalTo(dAtA []byte) (int, error)

func (*ChainHead) ProtoMessage

func (*ChainHead) ProtoMessage()

func (*ChainHead) Reset

func (m *ChainHead) Reset()

func (*ChainHead) Size

func (m *ChainHead) Size() (n int)

func (*ChainHead) String

func (m *ChainHead) String() string

func (*ChainHead) Unmarshal

func (m *ChainHead) Unmarshal(dAtA []byte) error

func (*ChainHead) XXX_DiscardUnknown

func (m *ChainHead) XXX_DiscardUnknown()

func (*ChainHead) XXX_Marshal

func (m *ChainHead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainHead) XXX_Merge

func (m *ChainHead) XXX_Merge(src proto.Message)

func (*ChainHead) XXX_Size

func (m *ChainHead) XXX_Size() int

func (*ChainHead) XXX_Unmarshal

func (m *ChainHead) XXX_Unmarshal(b []byte) error

type ChainStartResponse deprecated

type ChainStartResponse struct {
	Started              bool     `protobuf:"varint,1,opt,name=started,proto3" json:"started,omitempty"`
	GenesisTime          uint64   `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Deprecated: Do not use.

func (*ChainStartResponse) Descriptor

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

func (*ChainStartResponse) GetGenesisTime

func (m *ChainStartResponse) GetGenesisTime() uint64

func (*ChainStartResponse) GetStarted

func (m *ChainStartResponse) GetStarted() bool

func (*ChainStartResponse) Marshal

func (m *ChainStartResponse) Marshal() (dAtA []byte, err error)

func (*ChainStartResponse) MarshalTo

func (m *ChainStartResponse) MarshalTo(dAtA []byte) (int, error)

func (*ChainStartResponse) ProtoMessage

func (*ChainStartResponse) ProtoMessage()

func (*ChainStartResponse) Reset

func (m *ChainStartResponse) Reset()

func (*ChainStartResponse) Size

func (m *ChainStartResponse) Size() (n int)

func (*ChainStartResponse) String

func (m *ChainStartResponse) String() string

func (*ChainStartResponse) Unmarshal

func (m *ChainStartResponse) Unmarshal(dAtA []byte) error

func (*ChainStartResponse) XXX_DiscardUnknown

func (m *ChainStartResponse) XXX_DiscardUnknown()

func (*ChainStartResponse) XXX_Marshal

func (m *ChainStartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainStartResponse) XXX_Merge

func (m *ChainStartResponse) XXX_Merge(src proto.Message)

func (*ChainStartResponse) XXX_Size

func (m *ChainStartResponse) XXX_Size() int

func (*ChainStartResponse) XXX_Unmarshal

func (m *ChainStartResponse) XXX_Unmarshal(b []byte) error

type Checkpoint

type Checkpoint struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Root                 []byte   `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Checkpoint) Descriptor

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

func (*Checkpoint) GetEpoch

func (m *Checkpoint) GetEpoch() uint64

func (*Checkpoint) GetRoot

func (m *Checkpoint) GetRoot() []byte

func (*Checkpoint) Marshal

func (m *Checkpoint) Marshal() (dAtA []byte, err error)

func (*Checkpoint) MarshalSSZ

func (c *Checkpoint) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Checkpoint object

func (*Checkpoint) MarshalSSZTo

func (c *Checkpoint) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Checkpoint object to a target array

func (*Checkpoint) MarshalTo

func (m *Checkpoint) MarshalTo(dAtA []byte) (int, error)

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) Reset

func (m *Checkpoint) Reset()

func (*Checkpoint) Size

func (m *Checkpoint) Size() (n int)

func (*Checkpoint) SizeSSZ

func (c *Checkpoint) SizeSSZ() (size int)

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

func (*Checkpoint) String

func (m *Checkpoint) String() string

func (*Checkpoint) Unmarshal

func (m *Checkpoint) Unmarshal(dAtA []byte) error

func (*Checkpoint) UnmarshalSSZ

func (c *Checkpoint) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Checkpoint object

func (*Checkpoint) XXX_DiscardUnknown

func (m *Checkpoint) XXX_DiscardUnknown()

func (*Checkpoint) XXX_Marshal

func (m *Checkpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Checkpoint) XXX_Merge

func (m *Checkpoint) XXX_Merge(src proto.Message)

func (*Checkpoint) XXX_Size

func (m *Checkpoint) XXX_Size() int

func (*Checkpoint) XXX_Unmarshal

func (m *Checkpoint) XXX_Unmarshal(b []byte) error

type CommitteeSubnetsSubscribeRequest

type CommitteeSubnetsSubscribeRequest struct {
	Slots                []uint64 `protobuf:"varint,1,rep,packed,name=slots,proto3" json:"slots,omitempty"`
	CommitteeIds         []uint64 `protobuf:"varint,2,rep,packed,name=committee_ids,json=committeeIds,proto3" json:"committee_ids,omitempty"`
	IsAggregator         []bool   `protobuf:"varint,3,rep,packed,name=is_aggregator,json=isAggregator,proto3" json:"is_aggregator,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitteeSubnetsSubscribeRequest) Descriptor

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

func (*CommitteeSubnetsSubscribeRequest) GetCommitteeIds

func (m *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []uint64

func (*CommitteeSubnetsSubscribeRequest) GetIsAggregator

func (m *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool

func (*CommitteeSubnetsSubscribeRequest) GetSlots

func (m *CommitteeSubnetsSubscribeRequest) GetSlots() []uint64

func (*CommitteeSubnetsSubscribeRequest) Marshal

func (m *CommitteeSubnetsSubscribeRequest) Marshal() (dAtA []byte, err error)

func (*CommitteeSubnetsSubscribeRequest) MarshalTo

func (m *CommitteeSubnetsSubscribeRequest) MarshalTo(dAtA []byte) (int, error)

func (*CommitteeSubnetsSubscribeRequest) ProtoMessage

func (*CommitteeSubnetsSubscribeRequest) ProtoMessage()

func (*CommitteeSubnetsSubscribeRequest) Reset

func (*CommitteeSubnetsSubscribeRequest) Size

func (m *CommitteeSubnetsSubscribeRequest) Size() (n int)

func (*CommitteeSubnetsSubscribeRequest) String

func (*CommitteeSubnetsSubscribeRequest) Unmarshal

func (m *CommitteeSubnetsSubscribeRequest) Unmarshal(dAtA []byte) error

func (*CommitteeSubnetsSubscribeRequest) XXX_DiscardUnknown

func (m *CommitteeSubnetsSubscribeRequest) XXX_DiscardUnknown()

func (*CommitteeSubnetsSubscribeRequest) XXX_Marshal

func (m *CommitteeSubnetsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitteeSubnetsSubscribeRequest) XXX_Merge

func (*CommitteeSubnetsSubscribeRequest) XXX_Size

func (m *CommitteeSubnetsSubscribeRequest) XXX_Size() int

func (*CommitteeSubnetsSubscribeRequest) XXX_Unmarshal

func (m *CommitteeSubnetsSubscribeRequest) XXX_Unmarshal(b []byte) error
type Crosslink struct {
	Shard                uint64   `protobuf:"varint,1,opt,name=shard,proto3" json:"shard,omitempty"`
	ParentRoot           []byte   `protobuf:"bytes,2,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty"`
	StartEpoch           uint64   `protobuf:"varint,3,opt,name=start_epoch,json=startEpoch,proto3" json:"start_epoch,omitempty"`
	EndEpoch             uint64   `protobuf:"varint,4,opt,name=end_epoch,json=endEpoch,proto3" json:"end_epoch,omitempty"`
	DataRoot             []byte   `protobuf:"bytes,5,opt,name=data_root,json=dataRoot,proto3" json:"data_root,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Crosslink) Descriptor

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

func (*Crosslink) GetDataRoot

func (m *Crosslink) GetDataRoot() []byte

func (*Crosslink) GetEndEpoch

func (m *Crosslink) GetEndEpoch() uint64

func (*Crosslink) GetParentRoot

func (m *Crosslink) GetParentRoot() []byte

func (*Crosslink) GetShard

func (m *Crosslink) GetShard() uint64

func (*Crosslink) GetStartEpoch

func (m *Crosslink) GetStartEpoch() uint64

func (*Crosslink) Marshal

func (m *Crosslink) Marshal() (dAtA []byte, err error)

func (*Crosslink) MarshalTo

func (m *Crosslink) MarshalTo(dAtA []byte) (int, error)

func (*Crosslink) ProtoMessage

func (*Crosslink) ProtoMessage()

func (*Crosslink) Reset

func (m *Crosslink) Reset()

func (*Crosslink) Size

func (m *Crosslink) Size() (n int)

func (*Crosslink) String

func (m *Crosslink) String() string

func (*Crosslink) Unmarshal

func (m *Crosslink) Unmarshal(dAtA []byte) error

func (*Crosslink) XXX_DiscardUnknown

func (m *Crosslink) XXX_DiscardUnknown()

func (*Crosslink) XXX_Marshal

func (m *Crosslink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Crosslink) XXX_Merge

func (m *Crosslink) XXX_Merge(src proto.Message)

func (*Crosslink) XXX_Size

func (m *Crosslink) XXX_Size() int

func (*Crosslink) XXX_Unmarshal

func (m *Crosslink) XXX_Unmarshal(b []byte) error

type Deposit

type Deposit struct {
	Proof                [][]byte      `protobuf:"bytes,1,rep,name=proof,proto3" json:"proof,omitempty" ssz-size:"33,32"`
	Data                 *Deposit_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Deposit) Descriptor

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

func (*Deposit) GetData

func (m *Deposit) GetData() *Deposit_Data

func (*Deposit) GetProof

func (m *Deposit) GetProof() [][]byte

func (*Deposit) Marshal

func (m *Deposit) Marshal() (dAtA []byte, err error)

func (*Deposit) MarshalSSZ

func (d *Deposit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Deposit object

func (*Deposit) MarshalSSZTo

func (d *Deposit) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Deposit object to a target array

func (*Deposit) MarshalTo

func (m *Deposit) MarshalTo(dAtA []byte) (int, error)

func (*Deposit) ProtoMessage

func (*Deposit) ProtoMessage()

func (*Deposit) Reset

func (m *Deposit) Reset()

func (*Deposit) Size

func (m *Deposit) Size() (n int)

func (*Deposit) SizeSSZ

func (d *Deposit) SizeSSZ() (size int)

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

func (*Deposit) String

func (m *Deposit) String() string

func (*Deposit) Unmarshal

func (m *Deposit) Unmarshal(dAtA []byte) error

func (*Deposit) UnmarshalSSZ

func (d *Deposit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Deposit object

func (*Deposit) XXX_DiscardUnknown

func (m *Deposit) XXX_DiscardUnknown()

func (*Deposit) XXX_Marshal

func (m *Deposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Deposit) XXX_Merge

func (m *Deposit) XXX_Merge(src proto.Message)

func (*Deposit) XXX_Size

func (m *Deposit) XXX_Size() int

func (*Deposit) XXX_Unmarshal

func (m *Deposit) XXX_Unmarshal(b []byte) error

type Deposit_Data

type Deposit_Data struct {
	PublicKey             []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48" spec-name:"pubkey"`
	WithdrawalCredentials []byte   `` /* 138-byte string literal not displayed */
	Amount                uint64   `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Signature             []byte   `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*Deposit_Data) Descriptor

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

func (*Deposit_Data) GetAmount

func (m *Deposit_Data) GetAmount() uint64

func (*Deposit_Data) GetPublicKey

func (m *Deposit_Data) GetPublicKey() []byte

func (*Deposit_Data) GetSignature

func (m *Deposit_Data) GetSignature() []byte

func (*Deposit_Data) GetWithdrawalCredentials

func (m *Deposit_Data) GetWithdrawalCredentials() []byte

func (*Deposit_Data) Marshal

func (m *Deposit_Data) Marshal() (dAtA []byte, err error)

func (*Deposit_Data) MarshalSSZ

func (d *Deposit_Data) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Deposit_Data object

func (*Deposit_Data) MarshalSSZTo

func (d *Deposit_Data) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Deposit_Data object to a target array

func (*Deposit_Data) MarshalTo

func (m *Deposit_Data) MarshalTo(dAtA []byte) (int, error)

func (*Deposit_Data) ProtoMessage

func (*Deposit_Data) ProtoMessage()

func (*Deposit_Data) Reset

func (m *Deposit_Data) Reset()

func (*Deposit_Data) Size

func (m *Deposit_Data) Size() (n int)

func (*Deposit_Data) SizeSSZ

func (d *Deposit_Data) SizeSSZ() (size int)

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

func (*Deposit_Data) String

func (m *Deposit_Data) String() string

func (*Deposit_Data) Unmarshal

func (m *Deposit_Data) Unmarshal(dAtA []byte) error

func (*Deposit_Data) UnmarshalSSZ

func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Deposit_Data object

func (*Deposit_Data) XXX_DiscardUnknown

func (m *Deposit_Data) XXX_DiscardUnknown()

func (*Deposit_Data) XXX_Marshal

func (m *Deposit_Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Deposit_Data) XXX_Merge

func (m *Deposit_Data) XXX_Merge(src proto.Message)

func (*Deposit_Data) XXX_Size

func (m *Deposit_Data) XXX_Size() int

func (*Deposit_Data) XXX_Unmarshal

func (m *Deposit_Data) XXX_Unmarshal(b []byte) error

type DomainRequest

type DomainRequest struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Domain               []byte   `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DomainRequest) Descriptor

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

func (*DomainRequest) GetDomain

func (m *DomainRequest) GetDomain() []byte

func (*DomainRequest) GetEpoch

func (m *DomainRequest) GetEpoch() uint64

func (*DomainRequest) Marshal

func (m *DomainRequest) Marshal() (dAtA []byte, err error)

func (*DomainRequest) MarshalTo

func (m *DomainRequest) MarshalTo(dAtA []byte) (int, error)

func (*DomainRequest) ProtoMessage

func (*DomainRequest) ProtoMessage()

func (*DomainRequest) Reset

func (m *DomainRequest) Reset()

func (*DomainRequest) Size

func (m *DomainRequest) Size() (n int)

func (*DomainRequest) String

func (m *DomainRequest) String() string

func (*DomainRequest) Unmarshal

func (m *DomainRequest) Unmarshal(dAtA []byte) error

func (*DomainRequest) XXX_DiscardUnknown

func (m *DomainRequest) XXX_DiscardUnknown()

func (*DomainRequest) XXX_Marshal

func (m *DomainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DomainRequest) XXX_Merge

func (m *DomainRequest) XXX_Merge(src proto.Message)

func (*DomainRequest) XXX_Size

func (m *DomainRequest) XXX_Size() int

func (*DomainRequest) XXX_Unmarshal

func (m *DomainRequest) XXX_Unmarshal(b []byte) error

type DomainResponse

type DomainResponse struct {
	SignatureDomain      []byte   `protobuf:"bytes,1,opt,name=signature_domain,json=signatureDomain,proto3" json:"signature_domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DomainResponse) Descriptor

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

func (*DomainResponse) GetSignatureDomain

func (m *DomainResponse) GetSignatureDomain() []byte

func (*DomainResponse) Marshal

func (m *DomainResponse) Marshal() (dAtA []byte, err error)

func (*DomainResponse) MarshalTo

func (m *DomainResponse) MarshalTo(dAtA []byte) (int, error)

func (*DomainResponse) ProtoMessage

func (*DomainResponse) ProtoMessage()

func (*DomainResponse) Reset

func (m *DomainResponse) Reset()

func (*DomainResponse) Size

func (m *DomainResponse) Size() (n int)

func (*DomainResponse) String

func (m *DomainResponse) String() string

func (*DomainResponse) Unmarshal

func (m *DomainResponse) Unmarshal(dAtA []byte) error

func (*DomainResponse) XXX_DiscardUnknown

func (m *DomainResponse) XXX_DiscardUnknown()

func (*DomainResponse) XXX_Marshal

func (m *DomainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DomainResponse) XXX_Merge

func (m *DomainResponse) XXX_Merge(src proto.Message)

func (*DomainResponse) XXX_Size

func (m *DomainResponse) XXX_Size() int

func (*DomainResponse) XXX_Unmarshal

func (m *DomainResponse) XXX_Unmarshal(b []byte) error

type DutiesRequest

type DutiesRequest struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	PublicKeys           [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DutiesRequest) Descriptor

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

func (*DutiesRequest) GetEpoch

func (m *DutiesRequest) GetEpoch() uint64

func (*DutiesRequest) GetPublicKeys

func (m *DutiesRequest) GetPublicKeys() [][]byte

func (*DutiesRequest) Marshal

func (m *DutiesRequest) Marshal() (dAtA []byte, err error)

func (*DutiesRequest) MarshalTo

func (m *DutiesRequest) MarshalTo(dAtA []byte) (int, error)

func (*DutiesRequest) ProtoMessage

func (*DutiesRequest) ProtoMessage()

func (*DutiesRequest) Reset

func (m *DutiesRequest) Reset()

func (*DutiesRequest) Size

func (m *DutiesRequest) Size() (n int)

func (*DutiesRequest) String

func (m *DutiesRequest) String() string

func (*DutiesRequest) Unmarshal

func (m *DutiesRequest) Unmarshal(dAtA []byte) error

func (*DutiesRequest) XXX_DiscardUnknown

func (m *DutiesRequest) XXX_DiscardUnknown()

func (*DutiesRequest) XXX_Marshal

func (m *DutiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DutiesRequest) XXX_Merge

func (m *DutiesRequest) XXX_Merge(src proto.Message)

func (*DutiesRequest) XXX_Size

func (m *DutiesRequest) XXX_Size() int

func (*DutiesRequest) XXX_Unmarshal

func (m *DutiesRequest) XXX_Unmarshal(b []byte) error

type DutiesResponse

type DutiesResponse struct {
	Duties               []*DutiesResponse_Duty `protobuf:"bytes,1,rep,name=duties,proto3" json:"duties,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*DutiesResponse) Descriptor

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

func (*DutiesResponse) GetDuties

func (m *DutiesResponse) GetDuties() []*DutiesResponse_Duty

func (*DutiesResponse) Marshal

func (m *DutiesResponse) Marshal() (dAtA []byte, err error)

func (*DutiesResponse) MarshalTo

func (m *DutiesResponse) MarshalTo(dAtA []byte) (int, error)

func (*DutiesResponse) ProtoMessage

func (*DutiesResponse) ProtoMessage()

func (*DutiesResponse) Reset

func (m *DutiesResponse) Reset()

func (*DutiesResponse) Size

func (m *DutiesResponse) Size() (n int)

func (*DutiesResponse) String

func (m *DutiesResponse) String() string

func (*DutiesResponse) Unmarshal

func (m *DutiesResponse) Unmarshal(dAtA []byte) error

func (*DutiesResponse) XXX_DiscardUnknown

func (m *DutiesResponse) XXX_DiscardUnknown()

func (*DutiesResponse) XXX_Marshal

func (m *DutiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DutiesResponse) XXX_Merge

func (m *DutiesResponse) XXX_Merge(src proto.Message)

func (*DutiesResponse) XXX_Size

func (m *DutiesResponse) XXX_Size() int

func (*DutiesResponse) XXX_Unmarshal

func (m *DutiesResponse) XXX_Unmarshal(b []byte) error

type DutiesResponse_Duty

type DutiesResponse_Duty struct {
	Committee            []uint64        `protobuf:"varint,1,rep,packed,name=committee,proto3" json:"committee,omitempty"`
	CommitteeIndex       uint64          `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty"`
	AttesterSlot         uint64          `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty"`
	ProposerSlots        []uint64        `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty"`
	PublicKey            []byte          `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Status               ValidatorStatus `protobuf:"varint,6,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	ValidatorIndex       uint64          `protobuf:"varint,7,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DutiesResponse_Duty) Descriptor

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

func (*DutiesResponse_Duty) GetAttesterSlot

func (m *DutiesResponse_Duty) GetAttesterSlot() uint64

func (*DutiesResponse_Duty) GetCommittee

func (m *DutiesResponse_Duty) GetCommittee() []uint64

func (*DutiesResponse_Duty) GetCommitteeIndex

func (m *DutiesResponse_Duty) GetCommitteeIndex() uint64

func (*DutiesResponse_Duty) GetProposerSlots

func (m *DutiesResponse_Duty) GetProposerSlots() []uint64

func (*DutiesResponse_Duty) GetPublicKey

func (m *DutiesResponse_Duty) GetPublicKey() []byte

func (*DutiesResponse_Duty) GetStatus

func (m *DutiesResponse_Duty) GetStatus() ValidatorStatus

func (*DutiesResponse_Duty) GetValidatorIndex

func (m *DutiesResponse_Duty) GetValidatorIndex() uint64

func (*DutiesResponse_Duty) Marshal

func (m *DutiesResponse_Duty) Marshal() (dAtA []byte, err error)

func (*DutiesResponse_Duty) MarshalTo

func (m *DutiesResponse_Duty) MarshalTo(dAtA []byte) (int, error)

func (*DutiesResponse_Duty) ProtoMessage

func (*DutiesResponse_Duty) ProtoMessage()

func (*DutiesResponse_Duty) Reset

func (m *DutiesResponse_Duty) Reset()

func (*DutiesResponse_Duty) Size

func (m *DutiesResponse_Duty) Size() (n int)

func (*DutiesResponse_Duty) String

func (m *DutiesResponse_Duty) String() string

func (*DutiesResponse_Duty) Unmarshal

func (m *DutiesResponse_Duty) Unmarshal(dAtA []byte) error

func (*DutiesResponse_Duty) XXX_DiscardUnknown

func (m *DutiesResponse_Duty) XXX_DiscardUnknown()

func (*DutiesResponse_Duty) XXX_Marshal

func (m *DutiesResponse_Duty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DutiesResponse_Duty) XXX_Merge

func (m *DutiesResponse_Duty) XXX_Merge(src proto.Message)

func (*DutiesResponse_Duty) XXX_Size

func (m *DutiesResponse_Duty) XXX_Size() int

func (*DutiesResponse_Duty) XXX_Unmarshal

func (m *DutiesResponse_Duty) XXX_Unmarshal(b []byte) error

type Eth1Data

type Eth1Data struct {
	DepositRoot          []byte   `protobuf:"bytes,1,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty" ssz-size:"32"`
	DepositCount         uint64   `protobuf:"varint,2,opt,name=deposit_count,json=depositCount,proto3" json:"deposit_count,omitempty"`
	BlockHash            []byte   `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Eth1Data) Descriptor

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

func (*Eth1Data) GetBlockHash

func (m *Eth1Data) GetBlockHash() []byte

func (*Eth1Data) GetDepositCount

func (m *Eth1Data) GetDepositCount() uint64

func (*Eth1Data) GetDepositRoot

func (m *Eth1Data) GetDepositRoot() []byte

func (*Eth1Data) Marshal

func (m *Eth1Data) Marshal() (dAtA []byte, err error)

func (*Eth1Data) MarshalSSZ

func (e *Eth1Data) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Eth1Data object

func (*Eth1Data) MarshalSSZTo

func (e *Eth1Data) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Eth1Data object to a target array

func (*Eth1Data) MarshalTo

func (m *Eth1Data) MarshalTo(dAtA []byte) (int, error)

func (*Eth1Data) ProtoMessage

func (*Eth1Data) ProtoMessage()

func (*Eth1Data) Reset

func (m *Eth1Data) Reset()

func (*Eth1Data) Size

func (m *Eth1Data) Size() (n int)

func (*Eth1Data) SizeSSZ

func (e *Eth1Data) SizeSSZ() (size int)

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

func (*Eth1Data) String

func (m *Eth1Data) String() string

func (*Eth1Data) Unmarshal

func (m *Eth1Data) Unmarshal(dAtA []byte) error

func (*Eth1Data) UnmarshalSSZ

func (e *Eth1Data) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Eth1Data object

func (*Eth1Data) XXX_DiscardUnknown

func (m *Eth1Data) XXX_DiscardUnknown()

func (*Eth1Data) XXX_Marshal

func (m *Eth1Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Eth1Data) XXX_Merge

func (m *Eth1Data) XXX_Merge(src proto.Message)

func (*Eth1Data) XXX_Size

func (m *Eth1Data) XXX_Size() int

func (*Eth1Data) XXX_Unmarshal

func (m *Eth1Data) XXX_Unmarshal(b []byte) error

type Genesis

type Genesis struct {
	GenesisTime            *types.Timestamp `protobuf:"bytes,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	DepositContractAddress []byte           `` /* 129-byte string literal not displayed */
	GenesisValidatorsRoot  []byte           `` /* 140-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}         `json:"-"`
	XXX_unrecognized       []byte           `json:"-"`
	XXX_sizecache          int32            `json:"-"`
}

func (*Genesis) Descriptor

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

func (*Genesis) GetDepositContractAddress

func (m *Genesis) GetDepositContractAddress() []byte

func (*Genesis) GetGenesisTime

func (m *Genesis) GetGenesisTime() *types.Timestamp

func (*Genesis) GetGenesisValidatorsRoot

func (m *Genesis) GetGenesisValidatorsRoot() []byte

func (*Genesis) Marshal

func (m *Genesis) Marshal() (dAtA []byte, err error)

func (*Genesis) MarshalTo

func (m *Genesis) MarshalTo(dAtA []byte) (int, error)

func (*Genesis) ProtoMessage

func (*Genesis) ProtoMessage()

func (*Genesis) Reset

func (m *Genesis) Reset()

func (*Genesis) Size

func (m *Genesis) Size() (n int)

func (*Genesis) String

func (m *Genesis) String() string

func (*Genesis) Unmarshal

func (m *Genesis) Unmarshal(dAtA []byte) error

func (*Genesis) XXX_DiscardUnknown

func (m *Genesis) XXX_DiscardUnknown()

func (*Genesis) XXX_Marshal

func (m *Genesis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Genesis) XXX_Merge

func (m *Genesis) XXX_Merge(src proto.Message)

func (*Genesis) XXX_Size

func (m *Genesis) XXX_Size() int

func (*Genesis) XXX_Unmarshal

func (m *Genesis) XXX_Unmarshal(b []byte) error

type GetValidatorActiveSetChangesRequest

type GetValidatorActiveSetChangesRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*GetValidatorActiveSetChangesRequest_Epoch
	//	*GetValidatorActiveSetChangesRequest_Genesis
	QueryFilter          isGetValidatorActiveSetChangesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*GetValidatorActiveSetChangesRequest) Descriptor

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

func (*GetValidatorActiveSetChangesRequest) GetEpoch

func (*GetValidatorActiveSetChangesRequest) GetGenesis

func (m *GetValidatorActiveSetChangesRequest) GetGenesis() bool

func (*GetValidatorActiveSetChangesRequest) GetQueryFilter

func (m *GetValidatorActiveSetChangesRequest) GetQueryFilter() isGetValidatorActiveSetChangesRequest_QueryFilter

func (*GetValidatorActiveSetChangesRequest) Marshal

func (m *GetValidatorActiveSetChangesRequest) Marshal() (dAtA []byte, err error)

func (*GetValidatorActiveSetChangesRequest) MarshalTo

func (m *GetValidatorActiveSetChangesRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorActiveSetChangesRequest) ProtoMessage

func (*GetValidatorActiveSetChangesRequest) ProtoMessage()

func (*GetValidatorActiveSetChangesRequest) Reset

func (*GetValidatorActiveSetChangesRequest) Size

func (*GetValidatorActiveSetChangesRequest) String

func (*GetValidatorActiveSetChangesRequest) Unmarshal

func (m *GetValidatorActiveSetChangesRequest) Unmarshal(dAtA []byte) error

func (*GetValidatorActiveSetChangesRequest) XXX_DiscardUnknown

func (m *GetValidatorActiveSetChangesRequest) XXX_DiscardUnknown()

func (*GetValidatorActiveSetChangesRequest) XXX_Marshal

func (m *GetValidatorActiveSetChangesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetValidatorActiveSetChangesRequest) XXX_Merge

func (*GetValidatorActiveSetChangesRequest) XXX_OneofFuncs

func (*GetValidatorActiveSetChangesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*GetValidatorActiveSetChangesRequest) XXX_Size

func (*GetValidatorActiveSetChangesRequest) XXX_Unmarshal

func (m *GetValidatorActiveSetChangesRequest) XXX_Unmarshal(b []byte) error

type GetValidatorActiveSetChangesRequest_Epoch

type GetValidatorActiveSetChangesRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*GetValidatorActiveSetChangesRequest_Epoch) MarshalTo

func (m *GetValidatorActiveSetChangesRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorActiveSetChangesRequest_Epoch) Size

type GetValidatorActiveSetChangesRequest_Genesis

type GetValidatorActiveSetChangesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*GetValidatorActiveSetChangesRequest_Genesis) MarshalTo

func (*GetValidatorActiveSetChangesRequest_Genesis) Size

type GetValidatorParticipationRequest

type GetValidatorParticipationRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*GetValidatorParticipationRequest_Epoch
	//	*GetValidatorParticipationRequest_Genesis
	QueryFilter          isGetValidatorParticipationRequest_QueryFilter `protobuf_oneof:"query_filter"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*GetValidatorParticipationRequest) Descriptor

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

func (*GetValidatorParticipationRequest) GetEpoch

func (*GetValidatorParticipationRequest) GetGenesis

func (m *GetValidatorParticipationRequest) GetGenesis() bool

func (*GetValidatorParticipationRequest) GetQueryFilter

func (m *GetValidatorParticipationRequest) GetQueryFilter() isGetValidatorParticipationRequest_QueryFilter

func (*GetValidatorParticipationRequest) Marshal

func (m *GetValidatorParticipationRequest) Marshal() (dAtA []byte, err error)

func (*GetValidatorParticipationRequest) MarshalTo

func (m *GetValidatorParticipationRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorParticipationRequest) ProtoMessage

func (*GetValidatorParticipationRequest) ProtoMessage()

func (*GetValidatorParticipationRequest) Reset

func (*GetValidatorParticipationRequest) Size

func (m *GetValidatorParticipationRequest) Size() (n int)

func (*GetValidatorParticipationRequest) String

func (*GetValidatorParticipationRequest) Unmarshal

func (m *GetValidatorParticipationRequest) Unmarshal(dAtA []byte) error

func (*GetValidatorParticipationRequest) XXX_DiscardUnknown

func (m *GetValidatorParticipationRequest) XXX_DiscardUnknown()

func (*GetValidatorParticipationRequest) XXX_Marshal

func (m *GetValidatorParticipationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetValidatorParticipationRequest) XXX_Merge

func (*GetValidatorParticipationRequest) XXX_OneofFuncs

func (*GetValidatorParticipationRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*GetValidatorParticipationRequest) XXX_Size

func (m *GetValidatorParticipationRequest) XXX_Size() int

func (*GetValidatorParticipationRequest) XXX_Unmarshal

func (m *GetValidatorParticipationRequest) XXX_Unmarshal(b []byte) error

type GetValidatorParticipationRequest_Epoch

type GetValidatorParticipationRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*GetValidatorParticipationRequest_Epoch) MarshalTo

func (m *GetValidatorParticipationRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorParticipationRequest_Epoch) Size

type GetValidatorParticipationRequest_Genesis

type GetValidatorParticipationRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*GetValidatorParticipationRequest_Genesis) MarshalTo

func (m *GetValidatorParticipationRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorParticipationRequest_Genesis) Size

type GetValidatorRequest

type GetValidatorRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*GetValidatorRequest_Index
	//	*GetValidatorRequest_PublicKey
	QueryFilter          isGetValidatorRequest_QueryFilter `protobuf_oneof:"query_filter"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*GetValidatorRequest) Descriptor

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

func (*GetValidatorRequest) GetIndex

func (m *GetValidatorRequest) GetIndex() uint64

func (*GetValidatorRequest) GetPublicKey

func (m *GetValidatorRequest) GetPublicKey() []byte

func (*GetValidatorRequest) GetQueryFilter

func (m *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter

func (*GetValidatorRequest) Marshal

func (m *GetValidatorRequest) Marshal() (dAtA []byte, err error)

func (*GetValidatorRequest) MarshalTo

func (m *GetValidatorRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorRequest) ProtoMessage

func (*GetValidatorRequest) ProtoMessage()

func (*GetValidatorRequest) Reset

func (m *GetValidatorRequest) Reset()

func (*GetValidatorRequest) Size

func (m *GetValidatorRequest) Size() (n int)

func (*GetValidatorRequest) String

func (m *GetValidatorRequest) String() string

func (*GetValidatorRequest) Unmarshal

func (m *GetValidatorRequest) Unmarshal(dAtA []byte) error

func (*GetValidatorRequest) XXX_DiscardUnknown

func (m *GetValidatorRequest) XXX_DiscardUnknown()

func (*GetValidatorRequest) XXX_Marshal

func (m *GetValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetValidatorRequest) XXX_Merge

func (m *GetValidatorRequest) XXX_Merge(src proto.Message)

func (*GetValidatorRequest) XXX_OneofFuncs

func (*GetValidatorRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*GetValidatorRequest) XXX_Size

func (m *GetValidatorRequest) XXX_Size() int

func (*GetValidatorRequest) XXX_Unmarshal

func (m *GetValidatorRequest) XXX_Unmarshal(b []byte) error

type GetValidatorRequest_Index

type GetValidatorRequest_Index struct {
	Index uint64 `protobuf:"varint,1,opt,name=index,proto3,oneof"`
}

func (*GetValidatorRequest_Index) MarshalTo

func (m *GetValidatorRequest_Index) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorRequest_Index) Size

func (m *GetValidatorRequest_Index) Size() (n int)

type GetValidatorRequest_PublicKey

type GetValidatorRequest_PublicKey struct {
	PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3,oneof"`
}

func (*GetValidatorRequest_PublicKey) MarshalTo

func (m *GetValidatorRequest_PublicKey) MarshalTo(dAtA []byte) (int, error)

func (*GetValidatorRequest_PublicKey) Size

func (m *GetValidatorRequest_PublicKey) Size() (n int)

type ImplementedServices

type ImplementedServices struct {
	Services             []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImplementedServices) Descriptor

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

func (*ImplementedServices) GetServices

func (m *ImplementedServices) GetServices() []string

func (*ImplementedServices) Marshal

func (m *ImplementedServices) Marshal() (dAtA []byte, err error)

func (*ImplementedServices) MarshalTo

func (m *ImplementedServices) MarshalTo(dAtA []byte) (int, error)

func (*ImplementedServices) ProtoMessage

func (*ImplementedServices) ProtoMessage()

func (*ImplementedServices) Reset

func (m *ImplementedServices) Reset()

func (*ImplementedServices) Size

func (m *ImplementedServices) Size() (n int)

func (*ImplementedServices) String

func (m *ImplementedServices) String() string

func (*ImplementedServices) Unmarshal

func (m *ImplementedServices) Unmarshal(dAtA []byte) error

func (*ImplementedServices) XXX_DiscardUnknown

func (m *ImplementedServices) XXX_DiscardUnknown()

func (*ImplementedServices) XXX_Marshal

func (m *ImplementedServices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImplementedServices) XXX_Merge

func (m *ImplementedServices) XXX_Merge(src proto.Message)

func (*ImplementedServices) XXX_Size

func (m *ImplementedServices) XXX_Size() int

func (*ImplementedServices) XXX_Unmarshal

func (m *ImplementedServices) XXX_Unmarshal(b []byte) error

type IndexedAttestation

type IndexedAttestation struct {
	AttestingIndices     []uint64         `` /* 132-byte string literal not displayed */
	Data                 *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature            []byte           `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*IndexedAttestation) Descriptor

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

func (*IndexedAttestation) GetAttestingIndices

func (m *IndexedAttestation) GetAttestingIndices() []uint64

func (*IndexedAttestation) GetData

func (m *IndexedAttestation) GetData() *AttestationData

func (*IndexedAttestation) GetSignature

func (m *IndexedAttestation) GetSignature() []byte

func (*IndexedAttestation) Marshal

func (m *IndexedAttestation) Marshal() (dAtA []byte, err error)

func (*IndexedAttestation) MarshalSSZ

func (i *IndexedAttestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the IndexedAttestation object

func (*IndexedAttestation) MarshalSSZTo

func (i *IndexedAttestation) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the IndexedAttestation object to a target array

func (*IndexedAttestation) MarshalTo

func (m *IndexedAttestation) MarshalTo(dAtA []byte) (int, error)

func (*IndexedAttestation) ProtoMessage

func (*IndexedAttestation) ProtoMessage()

func (*IndexedAttestation) Reset

func (m *IndexedAttestation) Reset()

func (*IndexedAttestation) Size

func (m *IndexedAttestation) Size() (n int)

func (*IndexedAttestation) SizeSSZ

func (i *IndexedAttestation) SizeSSZ() (size int)

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

func (*IndexedAttestation) String

func (m *IndexedAttestation) String() string

func (*IndexedAttestation) Unmarshal

func (m *IndexedAttestation) Unmarshal(dAtA []byte) error

func (*IndexedAttestation) UnmarshalSSZ

func (i *IndexedAttestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the IndexedAttestation object

func (*IndexedAttestation) XXX_DiscardUnknown

func (m *IndexedAttestation) XXX_DiscardUnknown()

func (*IndexedAttestation) XXX_Marshal

func (m *IndexedAttestation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexedAttestation) XXX_Merge

func (m *IndexedAttestation) XXX_Merge(src proto.Message)

func (*IndexedAttestation) XXX_Size

func (m *IndexedAttestation) XXX_Size() int

func (*IndexedAttestation) XXX_Unmarshal

func (m *IndexedAttestation) XXX_Unmarshal(b []byte) error

type ListAttestationsRequest

type ListAttestationsRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListAttestationsRequest_Epoch
	//	*ListAttestationsRequest_GenesisEpoch
	QueryFilter          isListAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize             int32                                 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                                `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*ListAttestationsRequest) Descriptor

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

func (*ListAttestationsRequest) GetEpoch

func (m *ListAttestationsRequest) GetEpoch() uint64

func (*ListAttestationsRequest) GetGenesisEpoch

func (m *ListAttestationsRequest) GetGenesisEpoch() bool

func (*ListAttestationsRequest) GetPageSize

func (m *ListAttestationsRequest) GetPageSize() int32

func (*ListAttestationsRequest) GetPageToken

func (m *ListAttestationsRequest) GetPageToken() string

func (*ListAttestationsRequest) GetQueryFilter

func (m *ListAttestationsRequest) GetQueryFilter() isListAttestationsRequest_QueryFilter

func (*ListAttestationsRequest) Marshal

func (m *ListAttestationsRequest) Marshal() (dAtA []byte, err error)

func (*ListAttestationsRequest) MarshalTo

func (m *ListAttestationsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListAttestationsRequest) ProtoMessage

func (*ListAttestationsRequest) ProtoMessage()

func (*ListAttestationsRequest) Reset

func (m *ListAttestationsRequest) Reset()

func (*ListAttestationsRequest) Size

func (m *ListAttestationsRequest) Size() (n int)

func (*ListAttestationsRequest) String

func (m *ListAttestationsRequest) String() string

func (*ListAttestationsRequest) Unmarshal

func (m *ListAttestationsRequest) Unmarshal(dAtA []byte) error

func (*ListAttestationsRequest) XXX_DiscardUnknown

func (m *ListAttestationsRequest) XXX_DiscardUnknown()

func (*ListAttestationsRequest) XXX_Marshal

func (m *ListAttestationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAttestationsRequest) XXX_Merge

func (m *ListAttestationsRequest) XXX_Merge(src proto.Message)

func (*ListAttestationsRequest) XXX_OneofFuncs

func (*ListAttestationsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListAttestationsRequest) XXX_Size

func (m *ListAttestationsRequest) XXX_Size() int

func (*ListAttestationsRequest) XXX_Unmarshal

func (m *ListAttestationsRequest) XXX_Unmarshal(b []byte) error

type ListAttestationsRequest_Epoch

type ListAttestationsRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListAttestationsRequest_Epoch) MarshalTo

func (m *ListAttestationsRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListAttestationsRequest_Epoch) Size

func (m *ListAttestationsRequest_Epoch) Size() (n int)

type ListAttestationsRequest_GenesisEpoch

type ListAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

func (*ListAttestationsRequest_GenesisEpoch) MarshalTo

func (m *ListAttestationsRequest_GenesisEpoch) MarshalTo(dAtA []byte) (int, error)

func (*ListAttestationsRequest_GenesisEpoch) Size

type ListAttestationsResponse

type ListAttestationsResponse struct {
	Attestations         []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken        string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32          `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListAttestationsResponse) Descriptor

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

func (*ListAttestationsResponse) GetAttestations

func (m *ListAttestationsResponse) GetAttestations() []*Attestation

func (*ListAttestationsResponse) GetNextPageToken

func (m *ListAttestationsResponse) GetNextPageToken() string

func (*ListAttestationsResponse) GetTotalSize

func (m *ListAttestationsResponse) GetTotalSize() int32

func (*ListAttestationsResponse) Marshal

func (m *ListAttestationsResponse) Marshal() (dAtA []byte, err error)

func (*ListAttestationsResponse) MarshalTo

func (m *ListAttestationsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListAttestationsResponse) ProtoMessage

func (*ListAttestationsResponse) ProtoMessage()

func (*ListAttestationsResponse) Reset

func (m *ListAttestationsResponse) Reset()

func (*ListAttestationsResponse) Size

func (m *ListAttestationsResponse) Size() (n int)

func (*ListAttestationsResponse) String

func (m *ListAttestationsResponse) String() string

func (*ListAttestationsResponse) Unmarshal

func (m *ListAttestationsResponse) Unmarshal(dAtA []byte) error

func (*ListAttestationsResponse) XXX_DiscardUnknown

func (m *ListAttestationsResponse) XXX_DiscardUnknown()

func (*ListAttestationsResponse) XXX_Marshal

func (m *ListAttestationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAttestationsResponse) XXX_Merge

func (m *ListAttestationsResponse) XXX_Merge(src proto.Message)

func (*ListAttestationsResponse) XXX_Size

func (m *ListAttestationsResponse) XXX_Size() int

func (*ListAttestationsResponse) XXX_Unmarshal

func (m *ListAttestationsResponse) XXX_Unmarshal(b []byte) error

type ListBlocksRequest

type ListBlocksRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListBlocksRequest_Root
	//	*ListBlocksRequest_Slot
	//	*ListBlocksRequest_Epoch
	//	*ListBlocksRequest_Genesis
	QueryFilter          isListBlocksRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize             int32                           `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                          `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*ListBlocksRequest) Descriptor

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

func (*ListBlocksRequest) GetEpoch

func (m *ListBlocksRequest) GetEpoch() uint64

func (*ListBlocksRequest) GetGenesis

func (m *ListBlocksRequest) GetGenesis() bool

func (*ListBlocksRequest) GetPageSize

func (m *ListBlocksRequest) GetPageSize() int32

func (*ListBlocksRequest) GetPageToken

func (m *ListBlocksRequest) GetPageToken() string

func (*ListBlocksRequest) GetQueryFilter

func (m *ListBlocksRequest) GetQueryFilter() isListBlocksRequest_QueryFilter

func (*ListBlocksRequest) GetRoot

func (m *ListBlocksRequest) GetRoot() []byte

func (*ListBlocksRequest) GetSlot

func (m *ListBlocksRequest) GetSlot() uint64

func (*ListBlocksRequest) Marshal

func (m *ListBlocksRequest) Marshal() (dAtA []byte, err error)

func (*ListBlocksRequest) MarshalTo

func (m *ListBlocksRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksRequest) ProtoMessage

func (*ListBlocksRequest) ProtoMessage()

func (*ListBlocksRequest) Reset

func (m *ListBlocksRequest) Reset()

func (*ListBlocksRequest) Size

func (m *ListBlocksRequest) Size() (n int)

func (*ListBlocksRequest) String

func (m *ListBlocksRequest) String() string

func (*ListBlocksRequest) Unmarshal

func (m *ListBlocksRequest) Unmarshal(dAtA []byte) error

func (*ListBlocksRequest) XXX_DiscardUnknown

func (m *ListBlocksRequest) XXX_DiscardUnknown()

func (*ListBlocksRequest) XXX_Marshal

func (m *ListBlocksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBlocksRequest) XXX_Merge

func (m *ListBlocksRequest) XXX_Merge(src proto.Message)

func (*ListBlocksRequest) XXX_OneofFuncs

func (*ListBlocksRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListBlocksRequest) XXX_Size

func (m *ListBlocksRequest) XXX_Size() int

func (*ListBlocksRequest) XXX_Unmarshal

func (m *ListBlocksRequest) XXX_Unmarshal(b []byte) error

type ListBlocksRequest_Epoch

type ListBlocksRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,3,opt,name=epoch,proto3,oneof"`
}

func (*ListBlocksRequest_Epoch) MarshalTo

func (m *ListBlocksRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksRequest_Epoch) Size

func (m *ListBlocksRequest_Epoch) Size() (n int)

type ListBlocksRequest_Genesis

type ListBlocksRequest_Genesis struct {
	Genesis bool `protobuf:"varint,4,opt,name=genesis,proto3,oneof"`
}

func (*ListBlocksRequest_Genesis) MarshalTo

func (m *ListBlocksRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksRequest_Genesis) Size

func (m *ListBlocksRequest_Genesis) Size() (n int)

type ListBlocksRequest_Root

type ListBlocksRequest_Root struct {
	Root []byte `protobuf:"bytes,1,opt,name=root,proto3,oneof"`
}

func (*ListBlocksRequest_Root) MarshalTo

func (m *ListBlocksRequest_Root) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksRequest_Root) Size

func (m *ListBlocksRequest_Root) Size() (n int)

type ListBlocksRequest_Slot

type ListBlocksRequest_Slot struct {
	Slot uint64 `protobuf:"varint,2,opt,name=slot,proto3,oneof"`
}

func (*ListBlocksRequest_Slot) MarshalTo

func (m *ListBlocksRequest_Slot) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksRequest_Slot) Size

func (m *ListBlocksRequest_Slot) Size() (n int)

type ListBlocksResponse

type ListBlocksResponse struct {
	BlockContainers      []*BeaconBlockContainer `protobuf:"bytes,1,rep,name=blockContainers,proto3" json:"blockContainers,omitempty"`
	NextPageToken        string                  `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                   `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ListBlocksResponse) Descriptor

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

func (*ListBlocksResponse) GetBlockContainers

func (m *ListBlocksResponse) GetBlockContainers() []*BeaconBlockContainer

func (*ListBlocksResponse) GetNextPageToken

func (m *ListBlocksResponse) GetNextPageToken() string

func (*ListBlocksResponse) GetTotalSize

func (m *ListBlocksResponse) GetTotalSize() int32

func (*ListBlocksResponse) Marshal

func (m *ListBlocksResponse) Marshal() (dAtA []byte, err error)

func (*ListBlocksResponse) MarshalTo

func (m *ListBlocksResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListBlocksResponse) ProtoMessage

func (*ListBlocksResponse) ProtoMessage()

func (*ListBlocksResponse) Reset

func (m *ListBlocksResponse) Reset()

func (*ListBlocksResponse) Size

func (m *ListBlocksResponse) Size() (n int)

func (*ListBlocksResponse) String

func (m *ListBlocksResponse) String() string

func (*ListBlocksResponse) Unmarshal

func (m *ListBlocksResponse) Unmarshal(dAtA []byte) error

func (*ListBlocksResponse) XXX_DiscardUnknown

func (m *ListBlocksResponse) XXX_DiscardUnknown()

func (*ListBlocksResponse) XXX_Marshal

func (m *ListBlocksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBlocksResponse) XXX_Merge

func (m *ListBlocksResponse) XXX_Merge(src proto.Message)

func (*ListBlocksResponse) XXX_Size

func (m *ListBlocksResponse) XXX_Size() int

func (*ListBlocksResponse) XXX_Unmarshal

func (m *ListBlocksResponse) XXX_Unmarshal(b []byte) error

type ListCommitteesRequest

type ListCommitteesRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListCommitteesRequest_Epoch
	//	*ListCommitteesRequest_Genesis
	QueryFilter          isListCommitteesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*ListCommitteesRequest) Descriptor

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

func (*ListCommitteesRequest) GetEpoch

func (m *ListCommitteesRequest) GetEpoch() uint64

func (*ListCommitteesRequest) GetGenesis

func (m *ListCommitteesRequest) GetGenesis() bool

func (*ListCommitteesRequest) GetQueryFilter

func (m *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFilter

func (*ListCommitteesRequest) Marshal

func (m *ListCommitteesRequest) Marshal() (dAtA []byte, err error)

func (*ListCommitteesRequest) MarshalTo

func (m *ListCommitteesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListCommitteesRequest) ProtoMessage

func (*ListCommitteesRequest) ProtoMessage()

func (*ListCommitteesRequest) Reset

func (m *ListCommitteesRequest) Reset()

func (*ListCommitteesRequest) Size

func (m *ListCommitteesRequest) Size() (n int)

func (*ListCommitteesRequest) String

func (m *ListCommitteesRequest) String() string

func (*ListCommitteesRequest) Unmarshal

func (m *ListCommitteesRequest) Unmarshal(dAtA []byte) error

func (*ListCommitteesRequest) XXX_DiscardUnknown

func (m *ListCommitteesRequest) XXX_DiscardUnknown()

func (*ListCommitteesRequest) XXX_Marshal

func (m *ListCommitteesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitteesRequest) XXX_Merge

func (m *ListCommitteesRequest) XXX_Merge(src proto.Message)

func (*ListCommitteesRequest) XXX_OneofFuncs

func (*ListCommitteesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListCommitteesRequest) XXX_Size

func (m *ListCommitteesRequest) XXX_Size() int

func (*ListCommitteesRequest) XXX_Unmarshal

func (m *ListCommitteesRequest) XXX_Unmarshal(b []byte) error

type ListCommitteesRequest_Epoch

type ListCommitteesRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListCommitteesRequest_Epoch) MarshalTo

func (m *ListCommitteesRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListCommitteesRequest_Epoch) Size

func (m *ListCommitteesRequest_Epoch) Size() (n int)

type ListCommitteesRequest_Genesis

type ListCommitteesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*ListCommitteesRequest_Genesis) MarshalTo

func (m *ListCommitteesRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*ListCommitteesRequest_Genesis) Size

func (m *ListCommitteesRequest_Genesis) Size() (n int)

type ListIndexedAttestationsRequest

type ListIndexedAttestationsRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListIndexedAttestationsRequest_Epoch
	//	*ListIndexedAttestationsRequest_GenesisEpoch
	QueryFilter          isListIndexedAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize             int32                                        `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                                       `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*ListIndexedAttestationsRequest) Descriptor

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

func (*ListIndexedAttestationsRequest) GetEpoch

func (m *ListIndexedAttestationsRequest) GetEpoch() uint64

func (*ListIndexedAttestationsRequest) GetGenesisEpoch

func (m *ListIndexedAttestationsRequest) GetGenesisEpoch() bool

func (*ListIndexedAttestationsRequest) GetPageSize

func (m *ListIndexedAttestationsRequest) GetPageSize() int32

func (*ListIndexedAttestationsRequest) GetPageToken

func (m *ListIndexedAttestationsRequest) GetPageToken() string

func (*ListIndexedAttestationsRequest) GetQueryFilter

func (m *ListIndexedAttestationsRequest) GetQueryFilter() isListIndexedAttestationsRequest_QueryFilter

func (*ListIndexedAttestationsRequest) Marshal

func (m *ListIndexedAttestationsRequest) Marshal() (dAtA []byte, err error)

func (*ListIndexedAttestationsRequest) MarshalTo

func (m *ListIndexedAttestationsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListIndexedAttestationsRequest) ProtoMessage

func (*ListIndexedAttestationsRequest) ProtoMessage()

func (*ListIndexedAttestationsRequest) Reset

func (m *ListIndexedAttestationsRequest) Reset()

func (*ListIndexedAttestationsRequest) Size

func (m *ListIndexedAttestationsRequest) Size() (n int)

func (*ListIndexedAttestationsRequest) String

func (*ListIndexedAttestationsRequest) Unmarshal

func (m *ListIndexedAttestationsRequest) Unmarshal(dAtA []byte) error

func (*ListIndexedAttestationsRequest) XXX_DiscardUnknown

func (m *ListIndexedAttestationsRequest) XXX_DiscardUnknown()

func (*ListIndexedAttestationsRequest) XXX_Marshal

func (m *ListIndexedAttestationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListIndexedAttestationsRequest) XXX_Merge

func (m *ListIndexedAttestationsRequest) XXX_Merge(src proto.Message)

func (*ListIndexedAttestationsRequest) XXX_OneofFuncs

func (*ListIndexedAttestationsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListIndexedAttestationsRequest) XXX_Size

func (m *ListIndexedAttestationsRequest) XXX_Size() int

func (*ListIndexedAttestationsRequest) XXX_Unmarshal

func (m *ListIndexedAttestationsRequest) XXX_Unmarshal(b []byte) error

type ListIndexedAttestationsRequest_Epoch

type ListIndexedAttestationsRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListIndexedAttestationsRequest_Epoch) MarshalTo

func (m *ListIndexedAttestationsRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListIndexedAttestationsRequest_Epoch) Size

type ListIndexedAttestationsRequest_GenesisEpoch

type ListIndexedAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

func (*ListIndexedAttestationsRequest_GenesisEpoch) MarshalTo

func (*ListIndexedAttestationsRequest_GenesisEpoch) Size

type ListIndexedAttestationsResponse

type ListIndexedAttestationsResponse struct {
	IndexedAttestations  []*IndexedAttestation `protobuf:"bytes,1,rep,name=indexed_attestations,json=indexedAttestations,proto3" json:"indexed_attestations,omitempty"`
	NextPageToken        string                `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListIndexedAttestationsResponse) Descriptor

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

func (*ListIndexedAttestationsResponse) GetIndexedAttestations

func (m *ListIndexedAttestationsResponse) GetIndexedAttestations() []*IndexedAttestation

func (*ListIndexedAttestationsResponse) GetNextPageToken

func (m *ListIndexedAttestationsResponse) GetNextPageToken() string

func (*ListIndexedAttestationsResponse) GetTotalSize

func (m *ListIndexedAttestationsResponse) GetTotalSize() int32

func (*ListIndexedAttestationsResponse) Marshal

func (m *ListIndexedAttestationsResponse) Marshal() (dAtA []byte, err error)

func (*ListIndexedAttestationsResponse) MarshalTo

func (m *ListIndexedAttestationsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListIndexedAttestationsResponse) ProtoMessage

func (*ListIndexedAttestationsResponse) ProtoMessage()

func (*ListIndexedAttestationsResponse) Reset

func (*ListIndexedAttestationsResponse) Size

func (m *ListIndexedAttestationsResponse) Size() (n int)

func (*ListIndexedAttestationsResponse) String

func (*ListIndexedAttestationsResponse) Unmarshal

func (m *ListIndexedAttestationsResponse) Unmarshal(dAtA []byte) error

func (*ListIndexedAttestationsResponse) XXX_DiscardUnknown

func (m *ListIndexedAttestationsResponse) XXX_DiscardUnknown()

func (*ListIndexedAttestationsResponse) XXX_Marshal

func (m *ListIndexedAttestationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListIndexedAttestationsResponse) XXX_Merge

func (m *ListIndexedAttestationsResponse) XXX_Merge(src proto.Message)

func (*ListIndexedAttestationsResponse) XXX_Size

func (m *ListIndexedAttestationsResponse) XXX_Size() int

func (*ListIndexedAttestationsResponse) XXX_Unmarshal

func (m *ListIndexedAttestationsResponse) XXX_Unmarshal(b []byte) error

type ListValidatorAssignmentsRequest

type ListValidatorAssignmentsRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListValidatorAssignmentsRequest_Epoch
	//	*ListValidatorAssignmentsRequest_Genesis
	QueryFilter          isListValidatorAssignmentsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PublicKeys           [][]byte                                      `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Indices              []uint64                                      `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	PageSize             int32                                         `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                                        `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*ListValidatorAssignmentsRequest) Descriptor

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

func (*ListValidatorAssignmentsRequest) GetEpoch

func (*ListValidatorAssignmentsRequest) GetGenesis

func (m *ListValidatorAssignmentsRequest) GetGenesis() bool

func (*ListValidatorAssignmentsRequest) GetIndices

func (m *ListValidatorAssignmentsRequest) GetIndices() []uint64

func (*ListValidatorAssignmentsRequest) GetPageSize

func (m *ListValidatorAssignmentsRequest) GetPageSize() int32

func (*ListValidatorAssignmentsRequest) GetPageToken

func (m *ListValidatorAssignmentsRequest) GetPageToken() string

func (*ListValidatorAssignmentsRequest) GetPublicKeys

func (m *ListValidatorAssignmentsRequest) GetPublicKeys() [][]byte

func (*ListValidatorAssignmentsRequest) GetQueryFilter

func (m *ListValidatorAssignmentsRequest) GetQueryFilter() isListValidatorAssignmentsRequest_QueryFilter

func (*ListValidatorAssignmentsRequest) Marshal

func (m *ListValidatorAssignmentsRequest) Marshal() (dAtA []byte, err error)

func (*ListValidatorAssignmentsRequest) MarshalTo

func (m *ListValidatorAssignmentsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorAssignmentsRequest) ProtoMessage

func (*ListValidatorAssignmentsRequest) ProtoMessage()

func (*ListValidatorAssignmentsRequest) Reset

func (*ListValidatorAssignmentsRequest) Size

func (m *ListValidatorAssignmentsRequest) Size() (n int)

func (*ListValidatorAssignmentsRequest) String

func (*ListValidatorAssignmentsRequest) Unmarshal

func (m *ListValidatorAssignmentsRequest) Unmarshal(dAtA []byte) error

func (*ListValidatorAssignmentsRequest) XXX_DiscardUnknown

func (m *ListValidatorAssignmentsRequest) XXX_DiscardUnknown()

func (*ListValidatorAssignmentsRequest) XXX_Marshal

func (m *ListValidatorAssignmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListValidatorAssignmentsRequest) XXX_Merge

func (m *ListValidatorAssignmentsRequest) XXX_Merge(src proto.Message)

func (*ListValidatorAssignmentsRequest) XXX_OneofFuncs

func (*ListValidatorAssignmentsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListValidatorAssignmentsRequest) XXX_Size

func (m *ListValidatorAssignmentsRequest) XXX_Size() int

func (*ListValidatorAssignmentsRequest) XXX_Unmarshal

func (m *ListValidatorAssignmentsRequest) XXX_Unmarshal(b []byte) error

type ListValidatorAssignmentsRequest_Epoch

type ListValidatorAssignmentsRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListValidatorAssignmentsRequest_Epoch) MarshalTo

func (m *ListValidatorAssignmentsRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorAssignmentsRequest_Epoch) Size

type ListValidatorAssignmentsRequest_Genesis

type ListValidatorAssignmentsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*ListValidatorAssignmentsRequest_Genesis) MarshalTo

func (m *ListValidatorAssignmentsRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorAssignmentsRequest_Genesis) Size

type ListValidatorBalancesRequest

type ListValidatorBalancesRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListValidatorBalancesRequest_Epoch
	//	*ListValidatorBalancesRequest_Genesis
	QueryFilter          isListValidatorBalancesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PublicKeys           [][]byte                                   `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Indices              []uint64                                   `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	PageSize             int32                                      `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                                     `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*ListValidatorBalancesRequest) Descriptor

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

func (*ListValidatorBalancesRequest) GetEpoch

func (m *ListValidatorBalancesRequest) GetEpoch() uint64

func (*ListValidatorBalancesRequest) GetGenesis

func (m *ListValidatorBalancesRequest) GetGenesis() bool

func (*ListValidatorBalancesRequest) GetIndices

func (m *ListValidatorBalancesRequest) GetIndices() []uint64

func (*ListValidatorBalancesRequest) GetPageSize

func (m *ListValidatorBalancesRequest) GetPageSize() int32

func (*ListValidatorBalancesRequest) GetPageToken

func (m *ListValidatorBalancesRequest) GetPageToken() string

func (*ListValidatorBalancesRequest) GetPublicKeys

func (m *ListValidatorBalancesRequest) GetPublicKeys() [][]byte

func (*ListValidatorBalancesRequest) GetQueryFilter

func (m *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesRequest_QueryFilter

func (*ListValidatorBalancesRequest) Marshal

func (m *ListValidatorBalancesRequest) Marshal() (dAtA []byte, err error)

func (*ListValidatorBalancesRequest) MarshalTo

func (m *ListValidatorBalancesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorBalancesRequest) ProtoMessage

func (*ListValidatorBalancesRequest) ProtoMessage()

func (*ListValidatorBalancesRequest) Reset

func (m *ListValidatorBalancesRequest) Reset()

func (*ListValidatorBalancesRequest) Size

func (m *ListValidatorBalancesRequest) Size() (n int)

func (*ListValidatorBalancesRequest) String

func (*ListValidatorBalancesRequest) Unmarshal

func (m *ListValidatorBalancesRequest) Unmarshal(dAtA []byte) error

func (*ListValidatorBalancesRequest) XXX_DiscardUnknown

func (m *ListValidatorBalancesRequest) XXX_DiscardUnknown()

func (*ListValidatorBalancesRequest) XXX_Marshal

func (m *ListValidatorBalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListValidatorBalancesRequest) XXX_Merge

func (m *ListValidatorBalancesRequest) XXX_Merge(src proto.Message)

func (*ListValidatorBalancesRequest) XXX_OneofFuncs

func (*ListValidatorBalancesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListValidatorBalancesRequest) XXX_Size

func (m *ListValidatorBalancesRequest) XXX_Size() int

func (*ListValidatorBalancesRequest) XXX_Unmarshal

func (m *ListValidatorBalancesRequest) XXX_Unmarshal(b []byte) error

type ListValidatorBalancesRequest_Epoch

type ListValidatorBalancesRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListValidatorBalancesRequest_Epoch) MarshalTo

func (m *ListValidatorBalancesRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorBalancesRequest_Epoch) Size

type ListValidatorBalancesRequest_Genesis

type ListValidatorBalancesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*ListValidatorBalancesRequest_Genesis) MarshalTo

func (m *ListValidatorBalancesRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorBalancesRequest_Genesis) Size

type ListValidatorsRequest

type ListValidatorsRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListValidatorsRequest_Epoch
	//	*ListValidatorsRequest_Genesis
	QueryFilter          isListValidatorsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	Active               bool                                `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	PageSize             int32                               `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                              `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PublicKeys           [][]byte                            `protobuf:"bytes,6,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	Indices              []uint64                            `protobuf:"varint,7,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*ListValidatorsRequest) Descriptor

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

func (*ListValidatorsRequest) GetActive

func (m *ListValidatorsRequest) GetActive() bool

func (*ListValidatorsRequest) GetEpoch

func (m *ListValidatorsRequest) GetEpoch() uint64

func (*ListValidatorsRequest) GetGenesis

func (m *ListValidatorsRequest) GetGenesis() bool

func (*ListValidatorsRequest) GetIndices

func (m *ListValidatorsRequest) GetIndices() []uint64

func (*ListValidatorsRequest) GetPageSize

func (m *ListValidatorsRequest) GetPageSize() int32

func (*ListValidatorsRequest) GetPageToken

func (m *ListValidatorsRequest) GetPageToken() string

func (*ListValidatorsRequest) GetPublicKeys

func (m *ListValidatorsRequest) GetPublicKeys() [][]byte

func (*ListValidatorsRequest) GetQueryFilter

func (m *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFilter

func (*ListValidatorsRequest) Marshal

func (m *ListValidatorsRequest) Marshal() (dAtA []byte, err error)

func (*ListValidatorsRequest) MarshalTo

func (m *ListValidatorsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorsRequest) ProtoMessage

func (*ListValidatorsRequest) ProtoMessage()

func (*ListValidatorsRequest) Reset

func (m *ListValidatorsRequest) Reset()

func (*ListValidatorsRequest) Size

func (m *ListValidatorsRequest) Size() (n int)

func (*ListValidatorsRequest) String

func (m *ListValidatorsRequest) String() string

func (*ListValidatorsRequest) Unmarshal

func (m *ListValidatorsRequest) Unmarshal(dAtA []byte) error

func (*ListValidatorsRequest) XXX_DiscardUnknown

func (m *ListValidatorsRequest) XXX_DiscardUnknown()

func (*ListValidatorsRequest) XXX_Marshal

func (m *ListValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListValidatorsRequest) XXX_Merge

func (m *ListValidatorsRequest) XXX_Merge(src proto.Message)

func (*ListValidatorsRequest) XXX_OneofFuncs

func (*ListValidatorsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ListValidatorsRequest) XXX_Size

func (m *ListValidatorsRequest) XXX_Size() int

func (*ListValidatorsRequest) XXX_Unmarshal

func (m *ListValidatorsRequest) XXX_Unmarshal(b []byte) error

type ListValidatorsRequest_Epoch

type ListValidatorsRequest_Epoch struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3,oneof"`
}

func (*ListValidatorsRequest_Epoch) MarshalTo

func (m *ListValidatorsRequest_Epoch) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorsRequest_Epoch) Size

func (m *ListValidatorsRequest_Epoch) Size() (n int)

type ListValidatorsRequest_Genesis

type ListValidatorsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

func (*ListValidatorsRequest_Genesis) MarshalTo

func (m *ListValidatorsRequest_Genesis) MarshalTo(dAtA []byte) (int, error)

func (*ListValidatorsRequest_Genesis) Size

func (m *ListValidatorsRequest_Genesis) Size() (n int)

type NodeClient

type NodeClient interface {
	GetSyncStatus(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*SyncStatus, error)
	GetGenesis(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*Genesis, error)
	GetVersion(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*Version, error)
	ListImplementedServices(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*ImplementedServices, error)
	ListPeers(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*Peers, error)
}

NodeClient is the client API for Node service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNodeClient

func NewNodeClient(cc *grpc.ClientConn) NodeClient

type NodeServer

type NodeServer interface {
	GetSyncStatus(context.Context, *types.Empty) (*SyncStatus, error)
	GetGenesis(context.Context, *types.Empty) (*Genesis, error)
	GetVersion(context.Context, *types.Empty) (*Version, error)
	ListImplementedServices(context.Context, *types.Empty) (*ImplementedServices, error)
	ListPeers(context.Context, *types.Empty) (*Peers, error)
}

NodeServer is the server API for Node service.

type Peer

type Peer struct {
	Address              string        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Direction            PeerDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=ethereum.eth.v1alpha1.PeerDirection" json:"direction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Peer) Descriptor

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

func (*Peer) GetAddress

func (m *Peer) GetAddress() string

func (*Peer) GetDirection

func (m *Peer) GetDirection() PeerDirection

func (*Peer) Marshal

func (m *Peer) Marshal() (dAtA []byte, err error)

func (*Peer) MarshalTo

func (m *Peer) MarshalTo(dAtA []byte) (int, error)

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) Reset

func (m *Peer) Reset()

func (*Peer) Size

func (m *Peer) Size() (n int)

func (*Peer) String

func (m *Peer) String() string

func (*Peer) Unmarshal

func (m *Peer) Unmarshal(dAtA []byte) error

func (*Peer) XXX_DiscardUnknown

func (m *Peer) XXX_DiscardUnknown()

func (*Peer) XXX_Marshal

func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Peer) XXX_Merge

func (m *Peer) XXX_Merge(src proto.Message)

func (*Peer) XXX_Size

func (m *Peer) XXX_Size() int

func (*Peer) XXX_Unmarshal

func (m *Peer) XXX_Unmarshal(b []byte) error

type PeerDirection

type PeerDirection int32
const (
	PeerDirection_UNKNOWN  PeerDirection = 0
	PeerDirection_INBOUND  PeerDirection = 1
	PeerDirection_OUTBOUND PeerDirection = 2
)

func (PeerDirection) EnumDescriptor

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

func (PeerDirection) String

func (x PeerDirection) String() string

type Peers

type Peers struct {
	Peers                []*Peer  `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Peers) Descriptor

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

func (*Peers) GetPeers

func (m *Peers) GetPeers() []*Peer

func (*Peers) Marshal

func (m *Peers) Marshal() (dAtA []byte, err error)

func (*Peers) MarshalTo

func (m *Peers) MarshalTo(dAtA []byte) (int, error)

func (*Peers) ProtoMessage

func (*Peers) ProtoMessage()

func (*Peers) Reset

func (m *Peers) Reset()

func (*Peers) Size

func (m *Peers) Size() (n int)

func (*Peers) String

func (m *Peers) String() string

func (*Peers) Unmarshal

func (m *Peers) Unmarshal(dAtA []byte) error

func (*Peers) XXX_DiscardUnknown

func (m *Peers) XXX_DiscardUnknown()

func (*Peers) XXX_Marshal

func (m *Peers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Peers) XXX_Merge

func (m *Peers) XXX_Merge(src proto.Message)

func (*Peers) XXX_Size

func (m *Peers) XXX_Size() int

func (*Peers) XXX_Unmarshal

func (m *Peers) XXX_Unmarshal(b []byte) error

type ProposeResponse

type ProposeResponse struct {
	BlockRoot            []byte   `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProposeResponse) Descriptor

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

func (*ProposeResponse) GetBlockRoot

func (m *ProposeResponse) GetBlockRoot() []byte

func (*ProposeResponse) Marshal

func (m *ProposeResponse) Marshal() (dAtA []byte, err error)

func (*ProposeResponse) MarshalTo

func (m *ProposeResponse) MarshalTo(dAtA []byte) (int, error)

func (*ProposeResponse) ProtoMessage

func (*ProposeResponse) ProtoMessage()

func (*ProposeResponse) Reset

func (m *ProposeResponse) Reset()

func (*ProposeResponse) Size

func (m *ProposeResponse) Size() (n int)

func (*ProposeResponse) String

func (m *ProposeResponse) String() string

func (*ProposeResponse) Unmarshal

func (m *ProposeResponse) Unmarshal(dAtA []byte) error

func (*ProposeResponse) XXX_DiscardUnknown

func (m *ProposeResponse) XXX_DiscardUnknown()

func (*ProposeResponse) XXX_Marshal

func (m *ProposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposeResponse) XXX_Merge

func (m *ProposeResponse) XXX_Merge(src proto.Message)

func (*ProposeResponse) XXX_Size

func (m *ProposeResponse) XXX_Size() int

func (*ProposeResponse) XXX_Unmarshal

func (m *ProposeResponse) XXX_Unmarshal(b []byte) error

type ProposerSlashing

type ProposerSlashing struct {
	Header_1             *SignedBeaconBlockHeader `protobuf:"bytes,2,opt,name=header_1,json=header1,proto3" json:"header_1,omitempty"`
	Header_2             *SignedBeaconBlockHeader `protobuf:"bytes,3,opt,name=header_2,json=header2,proto3" json:"header_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ProposerSlashing) Descriptor

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

func (*ProposerSlashing) GetHeader_1

func (m *ProposerSlashing) GetHeader_1() *SignedBeaconBlockHeader

func (*ProposerSlashing) GetHeader_2

func (m *ProposerSlashing) GetHeader_2() *SignedBeaconBlockHeader

func (*ProposerSlashing) Marshal

func (m *ProposerSlashing) Marshal() (dAtA []byte, err error)

func (*ProposerSlashing) MarshalSSZ

func (p *ProposerSlashing) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ProposerSlashing object

func (*ProposerSlashing) MarshalSSZTo

func (p *ProposerSlashing) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the ProposerSlashing object to a target array

func (*ProposerSlashing) MarshalTo

func (m *ProposerSlashing) MarshalTo(dAtA []byte) (int, error)

func (*ProposerSlashing) ProtoMessage

func (*ProposerSlashing) ProtoMessage()

func (*ProposerSlashing) Reset

func (m *ProposerSlashing) Reset()

func (*ProposerSlashing) Size

func (m *ProposerSlashing) Size() (n int)

func (*ProposerSlashing) SizeSSZ

func (p *ProposerSlashing) SizeSSZ() (size int)

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

func (*ProposerSlashing) String

func (m *ProposerSlashing) String() string

func (*ProposerSlashing) Unmarshal

func (m *ProposerSlashing) Unmarshal(dAtA []byte) error

func (*ProposerSlashing) UnmarshalSSZ

func (p *ProposerSlashing) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ProposerSlashing object

func (*ProposerSlashing) XXX_DiscardUnknown

func (m *ProposerSlashing) XXX_DiscardUnknown()

func (*ProposerSlashing) XXX_Marshal

func (m *ProposerSlashing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposerSlashing) XXX_Merge

func (m *ProposerSlashing) XXX_Merge(src proto.Message)

func (*ProposerSlashing) XXX_Size

func (m *ProposerSlashing) XXX_Size() int

func (*ProposerSlashing) XXX_Unmarshal

func (m *ProposerSlashing) XXX_Unmarshal(b []byte) error

type SetAction

type SetAction int32
const (
	SetAction_ADD_VALIDATOR_KEYS    SetAction = 0
	SetAction_REMOVE_VALIDATOR_KEYS SetAction = 1
	SetAction_SET_VALIDATOR_KEYS    SetAction = 2
)

func (SetAction) EnumDescriptor

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

func (SetAction) String

func (x SetAction) String() string

type SignedAggregateAttestationAndProof

type SignedAggregateAttestationAndProof struct {
	Message              *AggregateAttestationAndProof `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"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*SignedAggregateAttestationAndProof) Descriptor

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

func (*SignedAggregateAttestationAndProof) GetMessage

func (*SignedAggregateAttestationAndProof) GetSignature

func (m *SignedAggregateAttestationAndProof) GetSignature() []byte

func (*SignedAggregateAttestationAndProof) Marshal

func (m *SignedAggregateAttestationAndProof) Marshal() (dAtA []byte, err error)

func (*SignedAggregateAttestationAndProof) MarshalTo

func (m *SignedAggregateAttestationAndProof) MarshalTo(dAtA []byte) (int, error)

func (*SignedAggregateAttestationAndProof) ProtoMessage

func (*SignedAggregateAttestationAndProof) ProtoMessage()

func (*SignedAggregateAttestationAndProof) Reset

func (*SignedAggregateAttestationAndProof) Size

func (*SignedAggregateAttestationAndProof) String

func (*SignedAggregateAttestationAndProof) Unmarshal

func (m *SignedAggregateAttestationAndProof) Unmarshal(dAtA []byte) error

func (*SignedAggregateAttestationAndProof) XXX_DiscardUnknown

func (m *SignedAggregateAttestationAndProof) XXX_DiscardUnknown()

func (*SignedAggregateAttestationAndProof) XXX_Marshal

func (m *SignedAggregateAttestationAndProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedAggregateAttestationAndProof) XXX_Merge

func (*SignedAggregateAttestationAndProof) XXX_Size

func (*SignedAggregateAttestationAndProof) XXX_Unmarshal

func (m *SignedAggregateAttestationAndProof) XXX_Unmarshal(b []byte) error

type SignedAggregateSubmitRequest

type SignedAggregateSubmitRequest struct {
	SignedAggregateAndProof *SignedAggregateAttestationAndProof `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                            `json:"-"`
	XXX_unrecognized        []byte                              `json:"-"`
	XXX_sizecache           int32                               `json:"-"`
}

func (*SignedAggregateSubmitRequest) Descriptor

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

func (*SignedAggregateSubmitRequest) GetSignedAggregateAndProof

func (m *SignedAggregateSubmitRequest) GetSignedAggregateAndProof() *SignedAggregateAttestationAndProof

func (*SignedAggregateSubmitRequest) Marshal

func (m *SignedAggregateSubmitRequest) Marshal() (dAtA []byte, err error)

func (*SignedAggregateSubmitRequest) MarshalTo

func (m *SignedAggregateSubmitRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignedAggregateSubmitRequest) ProtoMessage

func (*SignedAggregateSubmitRequest) ProtoMessage()

func (*SignedAggregateSubmitRequest) Reset

func (m *SignedAggregateSubmitRequest) Reset()

func (*SignedAggregateSubmitRequest) Size

func (m *SignedAggregateSubmitRequest) Size() (n int)

func (*SignedAggregateSubmitRequest) String

func (*SignedAggregateSubmitRequest) Unmarshal

func (m *SignedAggregateSubmitRequest) Unmarshal(dAtA []byte) error

func (*SignedAggregateSubmitRequest) XXX_DiscardUnknown

func (m *SignedAggregateSubmitRequest) XXX_DiscardUnknown()

func (*SignedAggregateSubmitRequest) XXX_Marshal

func (m *SignedAggregateSubmitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedAggregateSubmitRequest) XXX_Merge

func (m *SignedAggregateSubmitRequest) XXX_Merge(src proto.Message)

func (*SignedAggregateSubmitRequest) XXX_Size

func (m *SignedAggregateSubmitRequest) XXX_Size() int

func (*SignedAggregateSubmitRequest) XXX_Unmarshal

func (m *SignedAggregateSubmitRequest) XXX_Unmarshal(b []byte) error

type SignedAggregateSubmitResponse

type SignedAggregateSubmitResponse struct {
	AttestationDataRoot  []byte   `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignedAggregateSubmitResponse) Descriptor

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

func (*SignedAggregateSubmitResponse) GetAttestationDataRoot

func (m *SignedAggregateSubmitResponse) GetAttestationDataRoot() []byte

func (*SignedAggregateSubmitResponse) Marshal

func (m *SignedAggregateSubmitResponse) Marshal() (dAtA []byte, err error)

func (*SignedAggregateSubmitResponse) MarshalTo

func (m *SignedAggregateSubmitResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignedAggregateSubmitResponse) ProtoMessage

func (*SignedAggregateSubmitResponse) ProtoMessage()

func (*SignedAggregateSubmitResponse) Reset

func (m *SignedAggregateSubmitResponse) Reset()

func (*SignedAggregateSubmitResponse) Size

func (m *SignedAggregateSubmitResponse) Size() (n int)

func (*SignedAggregateSubmitResponse) String

func (*SignedAggregateSubmitResponse) Unmarshal

func (m *SignedAggregateSubmitResponse) Unmarshal(dAtA []byte) error

func (*SignedAggregateSubmitResponse) XXX_DiscardUnknown

func (m *SignedAggregateSubmitResponse) XXX_DiscardUnknown()

func (*SignedAggregateSubmitResponse) XXX_Marshal

func (m *SignedAggregateSubmitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedAggregateSubmitResponse) XXX_Merge

func (m *SignedAggregateSubmitResponse) XXX_Merge(src proto.Message)

func (*SignedAggregateSubmitResponse) XXX_Size

func (m *SignedAggregateSubmitResponse) XXX_Size() int

func (*SignedAggregateSubmitResponse) XXX_Unmarshal

func (m *SignedAggregateSubmitResponse) XXX_Unmarshal(b []byte) error

type SignedBeaconBlock

type SignedBeaconBlock struct {
	Block                *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature            []byte       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SignedBeaconBlock) Descriptor

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

func (*SignedBeaconBlock) GetBlock

func (m *SignedBeaconBlock) GetBlock() *BeaconBlock

func (*SignedBeaconBlock) GetSignature

func (m *SignedBeaconBlock) GetSignature() []byte

func (*SignedBeaconBlock) Marshal

func (m *SignedBeaconBlock) Marshal() (dAtA []byte, err error)

func (*SignedBeaconBlock) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBeaconBlock object

func (*SignedBeaconBlock) MarshalSSZTo

func (s *SignedBeaconBlock) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SignedBeaconBlock object to a target array

func (*SignedBeaconBlock) MarshalTo

func (m *SignedBeaconBlock) MarshalTo(dAtA []byte) (int, error)

func (*SignedBeaconBlock) ProtoMessage

func (*SignedBeaconBlock) ProtoMessage()

func (*SignedBeaconBlock) Reset

func (m *SignedBeaconBlock) Reset()

func (*SignedBeaconBlock) Size

func (m *SignedBeaconBlock) Size() (n int)

func (*SignedBeaconBlock) SizeSSZ

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

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

func (*SignedBeaconBlock) String

func (m *SignedBeaconBlock) String() string

func (*SignedBeaconBlock) Unmarshal

func (m *SignedBeaconBlock) Unmarshal(dAtA []byte) error

func (*SignedBeaconBlock) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBeaconBlock object

func (*SignedBeaconBlock) XXX_DiscardUnknown

func (m *SignedBeaconBlock) XXX_DiscardUnknown()

func (*SignedBeaconBlock) XXX_Marshal

func (m *SignedBeaconBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedBeaconBlock) XXX_Merge

func (m *SignedBeaconBlock) XXX_Merge(src proto.Message)

func (*SignedBeaconBlock) XXX_Size

func (m *SignedBeaconBlock) XXX_Size() int

func (*SignedBeaconBlock) XXX_Unmarshal

func (m *SignedBeaconBlock) XXX_Unmarshal(b []byte) error

type SignedBeaconBlockHeader

type SignedBeaconBlockHeader struct {
	Header               *BeaconBlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Signature            []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SignedBeaconBlockHeader) Descriptor

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

func (*SignedBeaconBlockHeader) GetHeader

func (*SignedBeaconBlockHeader) GetSignature

func (m *SignedBeaconBlockHeader) GetSignature() []byte

func (*SignedBeaconBlockHeader) Marshal

func (m *SignedBeaconBlockHeader) Marshal() (dAtA []byte, err error)

func (*SignedBeaconBlockHeader) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBeaconBlockHeader object

func (*SignedBeaconBlockHeader) MarshalSSZTo

func (s *SignedBeaconBlockHeader) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SignedBeaconBlockHeader object to a target array

func (*SignedBeaconBlockHeader) MarshalTo

func (m *SignedBeaconBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*SignedBeaconBlockHeader) ProtoMessage

func (*SignedBeaconBlockHeader) ProtoMessage()

func (*SignedBeaconBlockHeader) Reset

func (m *SignedBeaconBlockHeader) Reset()

func (*SignedBeaconBlockHeader) Size

func (m *SignedBeaconBlockHeader) Size() (n int)

func (*SignedBeaconBlockHeader) SizeSSZ

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

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

func (*SignedBeaconBlockHeader) String

func (m *SignedBeaconBlockHeader) String() string

func (*SignedBeaconBlockHeader) Unmarshal

func (m *SignedBeaconBlockHeader) Unmarshal(dAtA []byte) error

func (*SignedBeaconBlockHeader) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockHeader object

func (*SignedBeaconBlockHeader) XXX_DiscardUnknown

func (m *SignedBeaconBlockHeader) XXX_DiscardUnknown()

func (*SignedBeaconBlockHeader) XXX_Marshal

func (m *SignedBeaconBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedBeaconBlockHeader) XXX_Merge

func (m *SignedBeaconBlockHeader) XXX_Merge(src proto.Message)

func (*SignedBeaconBlockHeader) XXX_Size

func (m *SignedBeaconBlockHeader) XXX_Size() int

func (*SignedBeaconBlockHeader) XXX_Unmarshal

func (m *SignedBeaconBlockHeader) XXX_Unmarshal(b []byte) error

type SignedVoluntaryExit

type SignedVoluntaryExit struct {
	Exit                 *VoluntaryExit `protobuf:"bytes,1,opt,name=exit,proto3" json:"exit,omitempty"`
	Signature            []byte         `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SignedVoluntaryExit) Descriptor

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

func (*SignedVoluntaryExit) GetExit

func (m *SignedVoluntaryExit) GetExit() *VoluntaryExit

func (*SignedVoluntaryExit) GetSignature

func (m *SignedVoluntaryExit) GetSignature() []byte

func (*SignedVoluntaryExit) Marshal

func (m *SignedVoluntaryExit) Marshal() (dAtA []byte, err error)

func (*SignedVoluntaryExit) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedVoluntaryExit object

func (*SignedVoluntaryExit) MarshalSSZTo

func (s *SignedVoluntaryExit) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SignedVoluntaryExit object to a target array

func (*SignedVoluntaryExit) MarshalTo

func (m *SignedVoluntaryExit) MarshalTo(dAtA []byte) (int, error)

func (*SignedVoluntaryExit) ProtoMessage

func (*SignedVoluntaryExit) ProtoMessage()

func (*SignedVoluntaryExit) Reset

func (m *SignedVoluntaryExit) Reset()

func (*SignedVoluntaryExit) Size

func (m *SignedVoluntaryExit) Size() (n int)

func (*SignedVoluntaryExit) SizeSSZ

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

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

func (*SignedVoluntaryExit) String

func (m *SignedVoluntaryExit) String() string

func (*SignedVoluntaryExit) Unmarshal

func (m *SignedVoluntaryExit) Unmarshal(dAtA []byte) error

func (*SignedVoluntaryExit) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedVoluntaryExit object

func (*SignedVoluntaryExit) XXX_DiscardUnknown

func (m *SignedVoluntaryExit) XXX_DiscardUnknown()

func (*SignedVoluntaryExit) XXX_Marshal

func (m *SignedVoluntaryExit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedVoluntaryExit) XXX_Merge

func (m *SignedVoluntaryExit) XXX_Merge(src proto.Message)

func (*SignedVoluntaryExit) XXX_Size

func (m *SignedVoluntaryExit) XXX_Size() int

func (*SignedVoluntaryExit) XXX_Unmarshal

func (m *SignedVoluntaryExit) XXX_Unmarshal(b []byte) error

type SubmitSlashingResponse

type SubmitSlashingResponse struct {
	SlashedIndices       []uint64 `protobuf:"varint,1,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubmitSlashingResponse) Descriptor

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

func (*SubmitSlashingResponse) GetSlashedIndices

func (m *SubmitSlashingResponse) GetSlashedIndices() []uint64

func (*SubmitSlashingResponse) Marshal

func (m *SubmitSlashingResponse) Marshal() (dAtA []byte, err error)

func (*SubmitSlashingResponse) MarshalTo

func (m *SubmitSlashingResponse) MarshalTo(dAtA []byte) (int, error)

func (*SubmitSlashingResponse) ProtoMessage

func (*SubmitSlashingResponse) ProtoMessage()

func (*SubmitSlashingResponse) Reset

func (m *SubmitSlashingResponse) Reset()

func (*SubmitSlashingResponse) Size

func (m *SubmitSlashingResponse) Size() (n int)

func (*SubmitSlashingResponse) String

func (m *SubmitSlashingResponse) String() string

func (*SubmitSlashingResponse) Unmarshal

func (m *SubmitSlashingResponse) Unmarshal(dAtA []byte) error

func (*SubmitSlashingResponse) XXX_DiscardUnknown

func (m *SubmitSlashingResponse) XXX_DiscardUnknown()

func (*SubmitSlashingResponse) XXX_Marshal

func (m *SubmitSlashingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubmitSlashingResponse) XXX_Merge

func (m *SubmitSlashingResponse) XXX_Merge(src proto.Message)

func (*SubmitSlashingResponse) XXX_Size

func (m *SubmitSlashingResponse) XXX_Size() int

func (*SubmitSlashingResponse) XXX_Unmarshal

func (m *SubmitSlashingResponse) XXX_Unmarshal(b []byte) error

type SyncStatus

type SyncStatus struct {
	Syncing              bool     `protobuf:"varint,1,opt,name=syncing,proto3" json:"syncing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncStatus) Descriptor

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

func (*SyncStatus) GetSyncing

func (m *SyncStatus) GetSyncing() bool

func (*SyncStatus) Marshal

func (m *SyncStatus) Marshal() (dAtA []byte, err error)

func (*SyncStatus) MarshalTo

func (m *SyncStatus) MarshalTo(dAtA []byte) (int, error)

func (*SyncStatus) ProtoMessage

func (*SyncStatus) ProtoMessage()

func (*SyncStatus) Reset

func (m *SyncStatus) Reset()

func (*SyncStatus) Size

func (m *SyncStatus) Size() (n int)

func (*SyncStatus) String

func (m *SyncStatus) String() string

func (*SyncStatus) Unmarshal

func (m *SyncStatus) Unmarshal(dAtA []byte) error

func (*SyncStatus) XXX_DiscardUnknown

func (m *SyncStatus) XXX_DiscardUnknown()

func (*SyncStatus) XXX_Marshal

func (m *SyncStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncStatus) XXX_Merge

func (m *SyncStatus) XXX_Merge(src proto.Message)

func (*SyncStatus) XXX_Size

func (m *SyncStatus) XXX_Size() int

func (*SyncStatus) XXX_Unmarshal

func (m *SyncStatus) XXX_Unmarshal(b []byte) error

type SyncedResponse

type SyncedResponse struct {
	Synced               bool     `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"`
	GenesisTime          uint64   `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncedResponse) Descriptor

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

func (*SyncedResponse) GetGenesisTime

func (m *SyncedResponse) GetGenesisTime() uint64

func (*SyncedResponse) GetSynced

func (m *SyncedResponse) GetSynced() bool

func (*SyncedResponse) Marshal

func (m *SyncedResponse) Marshal() (dAtA []byte, err error)

func (*SyncedResponse) MarshalTo

func (m *SyncedResponse) MarshalTo(dAtA []byte) (int, error)

func (*SyncedResponse) ProtoMessage

func (*SyncedResponse) ProtoMessage()

func (*SyncedResponse) Reset

func (m *SyncedResponse) Reset()

func (*SyncedResponse) Size

func (m *SyncedResponse) Size() (n int)

func (*SyncedResponse) String

func (m *SyncedResponse) String() string

func (*SyncedResponse) Unmarshal

func (m *SyncedResponse) Unmarshal(dAtA []byte) error

func (*SyncedResponse) XXX_DiscardUnknown

func (m *SyncedResponse) XXX_DiscardUnknown()

func (*SyncedResponse) XXX_Marshal

func (m *SyncedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncedResponse) XXX_Merge

func (m *SyncedResponse) XXX_Merge(src proto.Message)

func (*SyncedResponse) XXX_Size

func (m *SyncedResponse) XXX_Size() int

func (*SyncedResponse) XXX_Unmarshal

func (m *SyncedResponse) XXX_Unmarshal(b []byte) error

type Validator

type Validator struct {
	PublicKey                  []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48" spec-name:"pubkey"`
	WithdrawalCredentials      []byte   `` /* 138-byte string literal not displayed */
	EffectiveBalance           uint64   `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"`
	Slashed                    bool     `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"`
	ActivationEligibilityEpoch uint64   `` /* 142-byte string literal not displayed */
	ActivationEpoch            uint64   `protobuf:"varint,6,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty"`
	ExitEpoch                  uint64   `protobuf:"varint,7,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty"`
	WithdrawableEpoch          uint64   `protobuf:"varint,8,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty"`
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*Validator) Descriptor

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

func (*Validator) GetActivationEligibilityEpoch

func (m *Validator) GetActivationEligibilityEpoch() uint64

func (*Validator) GetActivationEpoch

func (m *Validator) GetActivationEpoch() uint64

func (*Validator) GetEffectiveBalance

func (m *Validator) GetEffectiveBalance() uint64

func (*Validator) GetExitEpoch

func (m *Validator) GetExitEpoch() uint64

func (*Validator) GetPublicKey

func (m *Validator) GetPublicKey() []byte

func (*Validator) GetSlashed

func (m *Validator) GetSlashed() bool

func (*Validator) GetWithdrawableEpoch

func (m *Validator) GetWithdrawableEpoch() uint64

func (*Validator) GetWithdrawalCredentials

func (m *Validator) GetWithdrawalCredentials() []byte

func (*Validator) Marshal

func (m *Validator) Marshal() (dAtA []byte, err error)

func (*Validator) MarshalSSZ

func (v *Validator) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Validator object

func (*Validator) MarshalSSZTo

func (v *Validator) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Validator object to a target array

func (*Validator) MarshalTo

func (m *Validator) MarshalTo(dAtA []byte) (int, error)

func (*Validator) ProtoMessage

func (*Validator) ProtoMessage()

func (*Validator) Reset

func (m *Validator) Reset()

func (*Validator) Size

func (m *Validator) Size() (n int)

func (*Validator) SizeSSZ

func (v *Validator) SizeSSZ() (size int)

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

func (*Validator) String

func (m *Validator) String() string

func (*Validator) Unmarshal

func (m *Validator) Unmarshal(dAtA []byte) error

func (*Validator) UnmarshalSSZ

func (v *Validator) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Validator object

func (*Validator) XXX_DiscardUnknown

func (m *Validator) XXX_DiscardUnknown()

func (*Validator) XXX_Marshal

func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Validator) XXX_Merge

func (m *Validator) XXX_Merge(src proto.Message)

func (*Validator) XXX_Size

func (m *Validator) XXX_Size() int

func (*Validator) XXX_Unmarshal

func (m *Validator) XXX_Unmarshal(b []byte) error

type ValidatorActivationRequest

type ValidatorActivationRequest struct {
	PublicKeys           [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorActivationRequest) Descriptor

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

func (*ValidatorActivationRequest) GetPublicKeys

func (m *ValidatorActivationRequest) GetPublicKeys() [][]byte

func (*ValidatorActivationRequest) Marshal

func (m *ValidatorActivationRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorActivationRequest) MarshalTo

func (m *ValidatorActivationRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorActivationRequest) ProtoMessage

func (*ValidatorActivationRequest) ProtoMessage()

func (*ValidatorActivationRequest) Reset

func (m *ValidatorActivationRequest) Reset()

func (*ValidatorActivationRequest) Size

func (m *ValidatorActivationRequest) Size() (n int)

func (*ValidatorActivationRequest) String

func (m *ValidatorActivationRequest) String() string

func (*ValidatorActivationRequest) Unmarshal

func (m *ValidatorActivationRequest) Unmarshal(dAtA []byte) error

func (*ValidatorActivationRequest) XXX_DiscardUnknown

func (m *ValidatorActivationRequest) XXX_DiscardUnknown()

func (*ValidatorActivationRequest) XXX_Marshal

func (m *ValidatorActivationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorActivationRequest) XXX_Merge

func (m *ValidatorActivationRequest) XXX_Merge(src proto.Message)

func (*ValidatorActivationRequest) XXX_Size

func (m *ValidatorActivationRequest) XXX_Size() int

func (*ValidatorActivationRequest) XXX_Unmarshal

func (m *ValidatorActivationRequest) XXX_Unmarshal(b []byte) error

type ValidatorActivationResponse

type ValidatorActivationResponse struct {
	Statuses             []*ValidatorActivationResponse_Status `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*ValidatorActivationResponse) Descriptor

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

func (*ValidatorActivationResponse) GetStatuses

func (*ValidatorActivationResponse) Marshal

func (m *ValidatorActivationResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorActivationResponse) MarshalTo

func (m *ValidatorActivationResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorActivationResponse) ProtoMessage

func (*ValidatorActivationResponse) ProtoMessage()

func (*ValidatorActivationResponse) Reset

func (m *ValidatorActivationResponse) Reset()

func (*ValidatorActivationResponse) Size

func (m *ValidatorActivationResponse) Size() (n int)

func (*ValidatorActivationResponse) String

func (m *ValidatorActivationResponse) String() string

func (*ValidatorActivationResponse) Unmarshal

func (m *ValidatorActivationResponse) Unmarshal(dAtA []byte) error

func (*ValidatorActivationResponse) XXX_DiscardUnknown

func (m *ValidatorActivationResponse) XXX_DiscardUnknown()

func (*ValidatorActivationResponse) XXX_Marshal

func (m *ValidatorActivationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorActivationResponse) XXX_Merge

func (m *ValidatorActivationResponse) XXX_Merge(src proto.Message)

func (*ValidatorActivationResponse) XXX_Size

func (m *ValidatorActivationResponse) XXX_Size() int

func (*ValidatorActivationResponse) XXX_Unmarshal

func (m *ValidatorActivationResponse) XXX_Unmarshal(b []byte) error

type ValidatorActivationResponse_Status

type ValidatorActivationResponse_Status struct {
	PublicKey            []byte                   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Status               *ValidatorStatusResponse `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ValidatorActivationResponse_Status) Descriptor

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

func (*ValidatorActivationResponse_Status) GetPublicKey

func (m *ValidatorActivationResponse_Status) GetPublicKey() []byte

func (*ValidatorActivationResponse_Status) GetStatus

func (*ValidatorActivationResponse_Status) Marshal

func (m *ValidatorActivationResponse_Status) Marshal() (dAtA []byte, err error)

func (*ValidatorActivationResponse_Status) MarshalTo

func (m *ValidatorActivationResponse_Status) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorActivationResponse_Status) ProtoMessage

func (*ValidatorActivationResponse_Status) ProtoMessage()

func (*ValidatorActivationResponse_Status) Reset

func (*ValidatorActivationResponse_Status) Size

func (*ValidatorActivationResponse_Status) String

func (*ValidatorActivationResponse_Status) Unmarshal

func (m *ValidatorActivationResponse_Status) Unmarshal(dAtA []byte) error

func (*ValidatorActivationResponse_Status) XXX_DiscardUnknown

func (m *ValidatorActivationResponse_Status) XXX_DiscardUnknown()

func (*ValidatorActivationResponse_Status) XXX_Marshal

func (m *ValidatorActivationResponse_Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorActivationResponse_Status) XXX_Merge

func (*ValidatorActivationResponse_Status) XXX_Size

func (*ValidatorActivationResponse_Status) XXX_Unmarshal

func (m *ValidatorActivationResponse_Status) XXX_Unmarshal(b []byte) error

type ValidatorAssignments

type ValidatorAssignments struct {
	Epoch                uint64                                      `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Assignments          []*ValidatorAssignments_CommitteeAssignment `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"`
	NextPageToken        string                                      `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                                       `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*ValidatorAssignments) Descriptor

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

func (*ValidatorAssignments) GetAssignments

func (*ValidatorAssignments) GetEpoch

func (m *ValidatorAssignments) GetEpoch() uint64

func (*ValidatorAssignments) GetNextPageToken

func (m *ValidatorAssignments) GetNextPageToken() string

func (*ValidatorAssignments) GetTotalSize

func (m *ValidatorAssignments) GetTotalSize() int32

func (*ValidatorAssignments) Marshal

func (m *ValidatorAssignments) Marshal() (dAtA []byte, err error)

func (*ValidatorAssignments) MarshalTo

func (m *ValidatorAssignments) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorAssignments) ProtoMessage

func (*ValidatorAssignments) ProtoMessage()

func (*ValidatorAssignments) Reset

func (m *ValidatorAssignments) Reset()

func (*ValidatorAssignments) Size

func (m *ValidatorAssignments) Size() (n int)

func (*ValidatorAssignments) String

func (m *ValidatorAssignments) String() string

func (*ValidatorAssignments) Unmarshal

func (m *ValidatorAssignments) Unmarshal(dAtA []byte) error

func (*ValidatorAssignments) XXX_DiscardUnknown

func (m *ValidatorAssignments) XXX_DiscardUnknown()

func (*ValidatorAssignments) XXX_Marshal

func (m *ValidatorAssignments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorAssignments) XXX_Merge

func (m *ValidatorAssignments) XXX_Merge(src proto.Message)

func (*ValidatorAssignments) XXX_Size

func (m *ValidatorAssignments) XXX_Size() int

func (*ValidatorAssignments) XXX_Unmarshal

func (m *ValidatorAssignments) XXX_Unmarshal(b []byte) error

type ValidatorAssignments_CommitteeAssignment

type ValidatorAssignments_CommitteeAssignment struct {
	BeaconCommittees     []uint64 `protobuf:"varint,1,rep,packed,name=beacon_committees,json=beaconCommittees,proto3" json:"beacon_committees,omitempty"`
	CommitteeIndex       uint64   `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty"`
	AttesterSlot         uint64   `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty"`
	ProposerSlots        []uint64 `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` // Deprecated: Do not use.
	ValidatorIndex       uint64   `protobuf:"varint,6,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorAssignments_CommitteeAssignment) Descriptor

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

func (*ValidatorAssignments_CommitteeAssignment) GetAttesterSlot

func (m *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() uint64

func (*ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees

func (m *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []uint64

func (*ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex

func (m *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() uint64

func (*ValidatorAssignments_CommitteeAssignment) GetProposerSlots

func (m *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []uint64

func (*ValidatorAssignments_CommitteeAssignment) GetPublicKey deprecated

func (m *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []byte

Deprecated: Do not use.

func (*ValidatorAssignments_CommitteeAssignment) GetValidatorIndex

func (m *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() uint64

func (*ValidatorAssignments_CommitteeAssignment) Marshal

func (m *ValidatorAssignments_CommitteeAssignment) Marshal() (dAtA []byte, err error)

func (*ValidatorAssignments_CommitteeAssignment) MarshalTo

func (m *ValidatorAssignments_CommitteeAssignment) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorAssignments_CommitteeAssignment) ProtoMessage

func (*ValidatorAssignments_CommitteeAssignment) Reset

func (*ValidatorAssignments_CommitteeAssignment) Size

func (*ValidatorAssignments_CommitteeAssignment) String

func (*ValidatorAssignments_CommitteeAssignment) Unmarshal

func (*ValidatorAssignments_CommitteeAssignment) XXX_DiscardUnknown

func (m *ValidatorAssignments_CommitteeAssignment) XXX_DiscardUnknown()

func (*ValidatorAssignments_CommitteeAssignment) XXX_Marshal

func (m *ValidatorAssignments_CommitteeAssignment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorAssignments_CommitteeAssignment) XXX_Merge

func (*ValidatorAssignments_CommitteeAssignment) XXX_Size

func (*ValidatorAssignments_CommitteeAssignment) XXX_Unmarshal

func (m *ValidatorAssignments_CommitteeAssignment) XXX_Unmarshal(b []byte) error

type ValidatorBalances

type ValidatorBalances struct {
	Epoch                uint64                       `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Balances             []*ValidatorBalances_Balance `protobuf:"bytes,2,rep,name=balances,proto3" json:"balances,omitempty"`
	NextPageToken        string                       `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                        `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*ValidatorBalances) Descriptor

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

func (*ValidatorBalances) GetBalances

func (m *ValidatorBalances) GetBalances() []*ValidatorBalances_Balance

func (*ValidatorBalances) GetEpoch

func (m *ValidatorBalances) GetEpoch() uint64

func (*ValidatorBalances) GetNextPageToken

func (m *ValidatorBalances) GetNextPageToken() string

func (*ValidatorBalances) GetTotalSize

func (m *ValidatorBalances) GetTotalSize() int32

func (*ValidatorBalances) Marshal

func (m *ValidatorBalances) Marshal() (dAtA []byte, err error)

func (*ValidatorBalances) MarshalTo

func (m *ValidatorBalances) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorBalances) ProtoMessage

func (*ValidatorBalances) ProtoMessage()

func (*ValidatorBalances) Reset

func (m *ValidatorBalances) Reset()

func (*ValidatorBalances) Size

func (m *ValidatorBalances) Size() (n int)

func (*ValidatorBalances) String

func (m *ValidatorBalances) String() string

func (*ValidatorBalances) Unmarshal

func (m *ValidatorBalances) Unmarshal(dAtA []byte) error

func (*ValidatorBalances) XXX_DiscardUnknown

func (m *ValidatorBalances) XXX_DiscardUnknown()

func (*ValidatorBalances) XXX_Marshal

func (m *ValidatorBalances) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorBalances) XXX_Merge

func (m *ValidatorBalances) XXX_Merge(src proto.Message)

func (*ValidatorBalances) XXX_Size

func (m *ValidatorBalances) XXX_Size() int

func (*ValidatorBalances) XXX_Unmarshal

func (m *ValidatorBalances) XXX_Unmarshal(b []byte) error

type ValidatorBalances_Balance

type ValidatorBalances_Balance struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Index                uint64   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Balance              uint64   `protobuf:"varint,3,opt,name=balance,proto3" json:"balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorBalances_Balance) Descriptor

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

func (*ValidatorBalances_Balance) GetBalance

func (m *ValidatorBalances_Balance) GetBalance() uint64

func (*ValidatorBalances_Balance) GetIndex

func (m *ValidatorBalances_Balance) GetIndex() uint64

func (*ValidatorBalances_Balance) GetPublicKey

func (m *ValidatorBalances_Balance) GetPublicKey() []byte

func (*ValidatorBalances_Balance) Marshal

func (m *ValidatorBalances_Balance) Marshal() (dAtA []byte, err error)

func (*ValidatorBalances_Balance) MarshalTo

func (m *ValidatorBalances_Balance) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorBalances_Balance) ProtoMessage

func (*ValidatorBalances_Balance) ProtoMessage()

func (*ValidatorBalances_Balance) Reset

func (m *ValidatorBalances_Balance) Reset()

func (*ValidatorBalances_Balance) Size

func (m *ValidatorBalances_Balance) Size() (n int)

func (*ValidatorBalances_Balance) String

func (m *ValidatorBalances_Balance) String() string

func (*ValidatorBalances_Balance) Unmarshal

func (m *ValidatorBalances_Balance) Unmarshal(dAtA []byte) error

func (*ValidatorBalances_Balance) XXX_DiscardUnknown

func (m *ValidatorBalances_Balance) XXX_DiscardUnknown()

func (*ValidatorBalances_Balance) XXX_Marshal

func (m *ValidatorBalances_Balance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorBalances_Balance) XXX_Merge

func (m *ValidatorBalances_Balance) XXX_Merge(src proto.Message)

func (*ValidatorBalances_Balance) XXX_Size

func (m *ValidatorBalances_Balance) XXX_Size() int

func (*ValidatorBalances_Balance) XXX_Unmarshal

func (m *ValidatorBalances_Balance) XXX_Unmarshal(b []byte) error

type ValidatorChangeSet

type ValidatorChangeSet struct {
	Action               SetAction `protobuf:"varint,1,opt,name=action,proto3,enum=ethereum.eth.v1alpha1.SetAction" json:"action,omitempty"`
	PublicKeys           [][]byte  `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ValidatorChangeSet) Descriptor

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

func (*ValidatorChangeSet) GetAction

func (m *ValidatorChangeSet) GetAction() SetAction

func (*ValidatorChangeSet) GetPublicKeys

func (m *ValidatorChangeSet) GetPublicKeys() [][]byte

func (*ValidatorChangeSet) Marshal

func (m *ValidatorChangeSet) Marshal() (dAtA []byte, err error)

func (*ValidatorChangeSet) MarshalTo

func (m *ValidatorChangeSet) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorChangeSet) ProtoMessage

func (*ValidatorChangeSet) ProtoMessage()

func (*ValidatorChangeSet) Reset

func (m *ValidatorChangeSet) Reset()

func (*ValidatorChangeSet) Size

func (m *ValidatorChangeSet) Size() (n int)

func (*ValidatorChangeSet) String

func (m *ValidatorChangeSet) String() string

func (*ValidatorChangeSet) Unmarshal

func (m *ValidatorChangeSet) Unmarshal(dAtA []byte) error

func (*ValidatorChangeSet) XXX_DiscardUnknown

func (m *ValidatorChangeSet) XXX_DiscardUnknown()

func (*ValidatorChangeSet) XXX_Marshal

func (m *ValidatorChangeSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorChangeSet) XXX_Merge

func (m *ValidatorChangeSet) XXX_Merge(src proto.Message)

func (*ValidatorChangeSet) XXX_Size

func (m *ValidatorChangeSet) XXX_Size() int

func (*ValidatorChangeSet) XXX_Unmarshal

func (m *ValidatorChangeSet) XXX_Unmarshal(b []byte) error

type ValidatorIndexRequest

type ValidatorIndexRequest struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorIndexRequest) Descriptor

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

func (*ValidatorIndexRequest) GetPublicKey

func (m *ValidatorIndexRequest) GetPublicKey() []byte

func (*ValidatorIndexRequest) Marshal

func (m *ValidatorIndexRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorIndexRequest) MarshalTo

func (m *ValidatorIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorIndexRequest) ProtoMessage

func (*ValidatorIndexRequest) ProtoMessage()

func (*ValidatorIndexRequest) Reset

func (m *ValidatorIndexRequest) Reset()

func (*ValidatorIndexRequest) Size

func (m *ValidatorIndexRequest) Size() (n int)

func (*ValidatorIndexRequest) String

func (m *ValidatorIndexRequest) String() string

func (*ValidatorIndexRequest) Unmarshal

func (m *ValidatorIndexRequest) Unmarshal(dAtA []byte) error

func (*ValidatorIndexRequest) XXX_DiscardUnknown

func (m *ValidatorIndexRequest) XXX_DiscardUnknown()

func (*ValidatorIndexRequest) XXX_Marshal

func (m *ValidatorIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorIndexRequest) XXX_Merge

func (m *ValidatorIndexRequest) XXX_Merge(src proto.Message)

func (*ValidatorIndexRequest) XXX_Size

func (m *ValidatorIndexRequest) XXX_Size() int

func (*ValidatorIndexRequest) XXX_Unmarshal

func (m *ValidatorIndexRequest) XXX_Unmarshal(b []byte) error

type ValidatorIndexResponse

type ValidatorIndexResponse struct {
	Index                uint64   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorIndexResponse) Descriptor

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

func (*ValidatorIndexResponse) GetIndex

func (m *ValidatorIndexResponse) GetIndex() uint64

func (*ValidatorIndexResponse) Marshal

func (m *ValidatorIndexResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorIndexResponse) MarshalTo

func (m *ValidatorIndexResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorIndexResponse) ProtoMessage

func (*ValidatorIndexResponse) ProtoMessage()

func (*ValidatorIndexResponse) Reset

func (m *ValidatorIndexResponse) Reset()

func (*ValidatorIndexResponse) Size

func (m *ValidatorIndexResponse) Size() (n int)

func (*ValidatorIndexResponse) String

func (m *ValidatorIndexResponse) String() string

func (*ValidatorIndexResponse) Unmarshal

func (m *ValidatorIndexResponse) Unmarshal(dAtA []byte) error

func (*ValidatorIndexResponse) XXX_DiscardUnknown

func (m *ValidatorIndexResponse) XXX_DiscardUnknown()

func (*ValidatorIndexResponse) XXX_Marshal

func (m *ValidatorIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorIndexResponse) XXX_Merge

func (m *ValidatorIndexResponse) XXX_Merge(src proto.Message)

func (*ValidatorIndexResponse) XXX_Size

func (m *ValidatorIndexResponse) XXX_Size() int

func (*ValidatorIndexResponse) XXX_Unmarshal

func (m *ValidatorIndexResponse) XXX_Unmarshal(b []byte) error

type ValidatorInfo

type ValidatorInfo struct {
	PublicKey            []byte          `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Index                uint64          `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Epoch                uint64          `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Status               ValidatorStatus `protobuf:"varint,4,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	TransitionTimestamp  uint64          `protobuf:"varint,5,opt,name=transition_timestamp,json=transitionTimestamp,proto3" json:"transition_timestamp,omitempty"`
	Balance              uint64          `protobuf:"varint,6,opt,name=balance,proto3" json:"balance,omitempty"`
	EffectiveBalance     uint64          `protobuf:"varint,7,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ValidatorInfo) Descriptor

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

func (*ValidatorInfo) GetBalance

func (m *ValidatorInfo) GetBalance() uint64

func (*ValidatorInfo) GetEffectiveBalance

func (m *ValidatorInfo) GetEffectiveBalance() uint64

func (*ValidatorInfo) GetEpoch

func (m *ValidatorInfo) GetEpoch() uint64

func (*ValidatorInfo) GetIndex

func (m *ValidatorInfo) GetIndex() uint64

func (*ValidatorInfo) GetPublicKey

func (m *ValidatorInfo) GetPublicKey() []byte

func (*ValidatorInfo) GetStatus

func (m *ValidatorInfo) GetStatus() ValidatorStatus

func (*ValidatorInfo) GetTransitionTimestamp

func (m *ValidatorInfo) GetTransitionTimestamp() uint64

func (*ValidatorInfo) Marshal

func (m *ValidatorInfo) Marshal() (dAtA []byte, err error)

func (*ValidatorInfo) MarshalTo

func (m *ValidatorInfo) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorInfo) ProtoMessage

func (*ValidatorInfo) ProtoMessage()

func (*ValidatorInfo) Reset

func (m *ValidatorInfo) Reset()

func (*ValidatorInfo) Size

func (m *ValidatorInfo) Size() (n int)

func (*ValidatorInfo) String

func (m *ValidatorInfo) String() string

func (*ValidatorInfo) Unmarshal

func (m *ValidatorInfo) Unmarshal(dAtA []byte) error

func (*ValidatorInfo) XXX_DiscardUnknown

func (m *ValidatorInfo) XXX_DiscardUnknown()

func (*ValidatorInfo) XXX_Marshal

func (m *ValidatorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorInfo) XXX_Merge

func (m *ValidatorInfo) XXX_Merge(src proto.Message)

func (*ValidatorInfo) XXX_Size

func (m *ValidatorInfo) XXX_Size() int

func (*ValidatorInfo) XXX_Unmarshal

func (m *ValidatorInfo) XXX_Unmarshal(b []byte) error

type ValidatorParticipation

type ValidatorParticipation struct {
	GlobalParticipationRate float32  `` /* 134-byte string literal not displayed */
	VotedEther              uint64   `protobuf:"varint,2,opt,name=voted_ether,json=votedEther,proto3" json:"voted_ether,omitempty"`
	EligibleEther           uint64   `protobuf:"varint,3,opt,name=eligible_ether,json=eligibleEther,proto3" json:"eligible_ether,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*ValidatorParticipation) Descriptor

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

func (*ValidatorParticipation) GetEligibleEther

func (m *ValidatorParticipation) GetEligibleEther() uint64

func (*ValidatorParticipation) GetGlobalParticipationRate

func (m *ValidatorParticipation) GetGlobalParticipationRate() float32

func (*ValidatorParticipation) GetVotedEther

func (m *ValidatorParticipation) GetVotedEther() uint64

func (*ValidatorParticipation) Marshal

func (m *ValidatorParticipation) Marshal() (dAtA []byte, err error)

func (*ValidatorParticipation) MarshalTo

func (m *ValidatorParticipation) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorParticipation) ProtoMessage

func (*ValidatorParticipation) ProtoMessage()

func (*ValidatorParticipation) Reset

func (m *ValidatorParticipation) Reset()

func (*ValidatorParticipation) Size

func (m *ValidatorParticipation) Size() (n int)

func (*ValidatorParticipation) String

func (m *ValidatorParticipation) String() string

func (*ValidatorParticipation) Unmarshal

func (m *ValidatorParticipation) Unmarshal(dAtA []byte) error

func (*ValidatorParticipation) XXX_DiscardUnknown

func (m *ValidatorParticipation) XXX_DiscardUnknown()

func (*ValidatorParticipation) XXX_Marshal

func (m *ValidatorParticipation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorParticipation) XXX_Merge

func (m *ValidatorParticipation) XXX_Merge(src proto.Message)

func (*ValidatorParticipation) XXX_Size

func (m *ValidatorParticipation) XXX_Size() int

func (*ValidatorParticipation) XXX_Unmarshal

func (m *ValidatorParticipation) XXX_Unmarshal(b []byte) error

type ValidatorParticipationResponse

type ValidatorParticipationResponse struct {
	Epoch                uint64                  `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Finalized            bool                    `protobuf:"varint,2,opt,name=finalized,proto3" json:"finalized,omitempty"`
	Participation        *ValidatorParticipation `protobuf:"bytes,3,opt,name=participation,proto3" json:"participation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ValidatorParticipationResponse) Descriptor

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

func (*ValidatorParticipationResponse) GetEpoch

func (m *ValidatorParticipationResponse) GetEpoch() uint64

func (*ValidatorParticipationResponse) GetFinalized

func (m *ValidatorParticipationResponse) GetFinalized() bool

func (*ValidatorParticipationResponse) GetParticipation

func (*ValidatorParticipationResponse) Marshal

func (m *ValidatorParticipationResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorParticipationResponse) MarshalTo

func (m *ValidatorParticipationResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorParticipationResponse) ProtoMessage

func (*ValidatorParticipationResponse) ProtoMessage()

func (*ValidatorParticipationResponse) Reset

func (m *ValidatorParticipationResponse) Reset()

func (*ValidatorParticipationResponse) Size

func (m *ValidatorParticipationResponse) Size() (n int)

func (*ValidatorParticipationResponse) String

func (*ValidatorParticipationResponse) Unmarshal

func (m *ValidatorParticipationResponse) Unmarshal(dAtA []byte) error

func (*ValidatorParticipationResponse) XXX_DiscardUnknown

func (m *ValidatorParticipationResponse) XXX_DiscardUnknown()

func (*ValidatorParticipationResponse) XXX_Marshal

func (m *ValidatorParticipationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorParticipationResponse) XXX_Merge

func (m *ValidatorParticipationResponse) XXX_Merge(src proto.Message)

func (*ValidatorParticipationResponse) XXX_Size

func (m *ValidatorParticipationResponse) XXX_Size() int

func (*ValidatorParticipationResponse) XXX_Unmarshal

func (m *ValidatorParticipationResponse) XXX_Unmarshal(b []byte) error

type ValidatorPerformanceRequest

type ValidatorPerformanceRequest struct {
	PublicKeys           [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorPerformanceRequest) Descriptor

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

func (*ValidatorPerformanceRequest) GetPublicKeys

func (m *ValidatorPerformanceRequest) GetPublicKeys() [][]byte

func (*ValidatorPerformanceRequest) Marshal

func (m *ValidatorPerformanceRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorPerformanceRequest) MarshalTo

func (m *ValidatorPerformanceRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorPerformanceRequest) ProtoMessage

func (*ValidatorPerformanceRequest) ProtoMessage()

func (*ValidatorPerformanceRequest) Reset

func (m *ValidatorPerformanceRequest) Reset()

func (*ValidatorPerformanceRequest) Size

func (m *ValidatorPerformanceRequest) Size() (n int)

func (*ValidatorPerformanceRequest) String

func (m *ValidatorPerformanceRequest) String() string

func (*ValidatorPerformanceRequest) Unmarshal

func (m *ValidatorPerformanceRequest) Unmarshal(dAtA []byte) error

func (*ValidatorPerformanceRequest) XXX_DiscardUnknown

func (m *ValidatorPerformanceRequest) XXX_DiscardUnknown()

func (*ValidatorPerformanceRequest) XXX_Marshal

func (m *ValidatorPerformanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorPerformanceRequest) XXX_Merge

func (m *ValidatorPerformanceRequest) XXX_Merge(src proto.Message)

func (*ValidatorPerformanceRequest) XXX_Size

func (m *ValidatorPerformanceRequest) XXX_Size() int

func (*ValidatorPerformanceRequest) XXX_Unmarshal

func (m *ValidatorPerformanceRequest) XXX_Unmarshal(b []byte) error

type ValidatorPerformanceResponse

type ValidatorPerformanceResponse struct {
	CurrentEffectiveBalances      []uint64 `` /* 143-byte string literal not displayed */
	InclusionSlots                []uint64 `protobuf:"varint,2,rep,packed,name=inclusion_slots,json=inclusionSlots,proto3" json:"inclusion_slots,omitempty"`
	InclusionDistances            []uint64 `protobuf:"varint,3,rep,packed,name=inclusion_distances,json=inclusionDistances,proto3" json:"inclusion_distances,omitempty"`
	CorrectlyVotedSource          []bool   `` /* 131-byte string literal not displayed */
	CorrectlyVotedTarget          []bool   `` /* 131-byte string literal not displayed */
	CorrectlyVotedHead            []bool   `protobuf:"varint,6,rep,packed,name=correctly_voted_head,json=correctlyVotedHead,proto3" json:"correctly_voted_head,omitempty"`
	BalancesBeforeEpochTransition []uint64 `` /* 160-byte string literal not displayed */
	BalancesAfterEpochTransition  []uint64 `` /* 157-byte string literal not displayed */
	MissingValidators             [][]byte `protobuf:"bytes,9,rep,name=missing_validators,json=missingValidators,proto3" json:"missing_validators,omitempty"`
	AverageActiveValidatorBalance float32  `` /* 155-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*ValidatorPerformanceResponse) Descriptor

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

func (*ValidatorPerformanceResponse) GetAverageActiveValidatorBalance

func (m *ValidatorPerformanceResponse) GetAverageActiveValidatorBalance() float32

func (*ValidatorPerformanceResponse) GetBalancesAfterEpochTransition

func (m *ValidatorPerformanceResponse) GetBalancesAfterEpochTransition() []uint64

func (*ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition

func (m *ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition() []uint64

func (*ValidatorPerformanceResponse) GetCorrectlyVotedHead

func (m *ValidatorPerformanceResponse) GetCorrectlyVotedHead() []bool

func (*ValidatorPerformanceResponse) GetCorrectlyVotedSource

func (m *ValidatorPerformanceResponse) GetCorrectlyVotedSource() []bool

func (*ValidatorPerformanceResponse) GetCorrectlyVotedTarget

func (m *ValidatorPerformanceResponse) GetCorrectlyVotedTarget() []bool

func (*ValidatorPerformanceResponse) GetCurrentEffectiveBalances

func (m *ValidatorPerformanceResponse) GetCurrentEffectiveBalances() []uint64

func (*ValidatorPerformanceResponse) GetInclusionDistances

func (m *ValidatorPerformanceResponse) GetInclusionDistances() []uint64

func (*ValidatorPerformanceResponse) GetInclusionSlots

func (m *ValidatorPerformanceResponse) GetInclusionSlots() []uint64

func (*ValidatorPerformanceResponse) GetMissingValidators

func (m *ValidatorPerformanceResponse) GetMissingValidators() [][]byte

func (*ValidatorPerformanceResponse) Marshal

func (m *ValidatorPerformanceResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorPerformanceResponse) MarshalTo

func (m *ValidatorPerformanceResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorPerformanceResponse) ProtoMessage

func (*ValidatorPerformanceResponse) ProtoMessage()

func (*ValidatorPerformanceResponse) Reset

func (m *ValidatorPerformanceResponse) Reset()

func (*ValidatorPerformanceResponse) Size

func (m *ValidatorPerformanceResponse) Size() (n int)

func (*ValidatorPerformanceResponse) String

func (*ValidatorPerformanceResponse) Unmarshal

func (m *ValidatorPerformanceResponse) Unmarshal(dAtA []byte) error

func (*ValidatorPerformanceResponse) XXX_DiscardUnknown

func (m *ValidatorPerformanceResponse) XXX_DiscardUnknown()

func (*ValidatorPerformanceResponse) XXX_Marshal

func (m *ValidatorPerformanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorPerformanceResponse) XXX_Merge

func (m *ValidatorPerformanceResponse) XXX_Merge(src proto.Message)

func (*ValidatorPerformanceResponse) XXX_Size

func (m *ValidatorPerformanceResponse) XXX_Size() int

func (*ValidatorPerformanceResponse) XXX_Unmarshal

func (m *ValidatorPerformanceResponse) XXX_Unmarshal(b []byte) error

type ValidatorQueue

type ValidatorQueue struct {
	ChurnLimit           uint64   `protobuf:"varint,1,opt,name=churn_limit,json=churnLimit,proto3" json:"churn_limit,omitempty"`
	ActivationPublicKeys [][]byte `` // Deprecated: Do not use.
	/* 139-byte string literal not displayed */
	ExitPublicKeys             [][]byte `protobuf:"bytes,3,rep,name=exit_public_keys,json=exitPublicKeys,proto3" json:"exit_public_keys,omitempty" ssz-size:"?,48"` // Deprecated: Do not use.
	ActivationValidatorIndices []uint64 ``                                                                                                                          /* 149-byte string literal not displayed */
	ExitValidatorIndices       []uint64 ``                                                                                                                          /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*ValidatorQueue) Descriptor

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

func (*ValidatorQueue) GetActivationPublicKeys deprecated

func (m *ValidatorQueue) GetActivationPublicKeys() [][]byte

Deprecated: Do not use.

func (*ValidatorQueue) GetActivationValidatorIndices

func (m *ValidatorQueue) GetActivationValidatorIndices() []uint64

func (*ValidatorQueue) GetChurnLimit

func (m *ValidatorQueue) GetChurnLimit() uint64

func (*ValidatorQueue) GetExitPublicKeys deprecated

func (m *ValidatorQueue) GetExitPublicKeys() [][]byte

Deprecated: Do not use.

func (*ValidatorQueue) GetExitValidatorIndices

func (m *ValidatorQueue) GetExitValidatorIndices() []uint64

func (*ValidatorQueue) Marshal

func (m *ValidatorQueue) Marshal() (dAtA []byte, err error)

func (*ValidatorQueue) MarshalTo

func (m *ValidatorQueue) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorQueue) ProtoMessage

func (*ValidatorQueue) ProtoMessage()

func (*ValidatorQueue) Reset

func (m *ValidatorQueue) Reset()

func (*ValidatorQueue) Size

func (m *ValidatorQueue) Size() (n int)

func (*ValidatorQueue) String

func (m *ValidatorQueue) String() string

func (*ValidatorQueue) Unmarshal

func (m *ValidatorQueue) Unmarshal(dAtA []byte) error

func (*ValidatorQueue) XXX_DiscardUnknown

func (m *ValidatorQueue) XXX_DiscardUnknown()

func (*ValidatorQueue) XXX_Marshal

func (m *ValidatorQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorQueue) XXX_Merge

func (m *ValidatorQueue) XXX_Merge(src proto.Message)

func (*ValidatorQueue) XXX_Size

func (m *ValidatorQueue) XXX_Size() int

func (*ValidatorQueue) XXX_Unmarshal

func (m *ValidatorQueue) XXX_Unmarshal(b []byte) error

type ValidatorStatus

type ValidatorStatus int32
const (
	ValidatorStatus_UNKNOWN_STATUS ValidatorStatus = 0
	ValidatorStatus_DEPOSITED      ValidatorStatus = 1
	ValidatorStatus_PENDING        ValidatorStatus = 2
	ValidatorStatus_ACTIVE         ValidatorStatus = 3
	ValidatorStatus_EXITING        ValidatorStatus = 4
	ValidatorStatus_SLASHING       ValidatorStatus = 5
	ValidatorStatus_EXITED         ValidatorStatus = 6
)

func (ValidatorStatus) EnumDescriptor

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

func (ValidatorStatus) String

func (x ValidatorStatus) String() string

type ValidatorStatusRequest

type ValidatorStatusRequest struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorStatusRequest) Descriptor

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

func (*ValidatorStatusRequest) GetPublicKey

func (m *ValidatorStatusRequest) GetPublicKey() []byte

func (*ValidatorStatusRequest) Marshal

func (m *ValidatorStatusRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorStatusRequest) MarshalTo

func (m *ValidatorStatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorStatusRequest) ProtoMessage

func (*ValidatorStatusRequest) ProtoMessage()

func (*ValidatorStatusRequest) Reset

func (m *ValidatorStatusRequest) Reset()

func (*ValidatorStatusRequest) Size

func (m *ValidatorStatusRequest) Size() (n int)

func (*ValidatorStatusRequest) String

func (m *ValidatorStatusRequest) String() string

func (*ValidatorStatusRequest) Unmarshal

func (m *ValidatorStatusRequest) Unmarshal(dAtA []byte) error

func (*ValidatorStatusRequest) XXX_DiscardUnknown

func (m *ValidatorStatusRequest) XXX_DiscardUnknown()

func (*ValidatorStatusRequest) XXX_Marshal

func (m *ValidatorStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorStatusRequest) XXX_Merge

func (m *ValidatorStatusRequest) XXX_Merge(src proto.Message)

func (*ValidatorStatusRequest) XXX_Size

func (m *ValidatorStatusRequest) XXX_Size() int

func (*ValidatorStatusRequest) XXX_Unmarshal

func (m *ValidatorStatusRequest) XXX_Unmarshal(b []byte) error

type ValidatorStatusResponse

type ValidatorStatusResponse struct {
	Status                    ValidatorStatus `protobuf:"varint,1,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	Eth1DepositBlockNumber    uint64          `` /* 132-byte string literal not displayed */
	DepositInclusionSlot      uint64          `protobuf:"varint,3,opt,name=deposit_inclusion_slot,json=depositInclusionSlot,proto3" json:"deposit_inclusion_slot,omitempty"`
	ActivationEpoch           uint64          `protobuf:"varint,4,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty"`
	PositionInActivationQueue uint64          `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}        `json:"-"`
	XXX_unrecognized          []byte          `json:"-"`
	XXX_sizecache             int32           `json:"-"`
}

func (*ValidatorStatusResponse) Descriptor

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

func (*ValidatorStatusResponse) GetActivationEpoch

func (m *ValidatorStatusResponse) GetActivationEpoch() uint64

func (*ValidatorStatusResponse) GetDepositInclusionSlot

func (m *ValidatorStatusResponse) GetDepositInclusionSlot() uint64

func (*ValidatorStatusResponse) GetEth1DepositBlockNumber

func (m *ValidatorStatusResponse) GetEth1DepositBlockNumber() uint64

func (*ValidatorStatusResponse) GetPositionInActivationQueue

func (m *ValidatorStatusResponse) GetPositionInActivationQueue() uint64

func (*ValidatorStatusResponse) GetStatus

func (*ValidatorStatusResponse) Marshal

func (m *ValidatorStatusResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorStatusResponse) MarshalTo

func (m *ValidatorStatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorStatusResponse) ProtoMessage

func (*ValidatorStatusResponse) ProtoMessage()

func (*ValidatorStatusResponse) Reset

func (m *ValidatorStatusResponse) Reset()

func (*ValidatorStatusResponse) Size

func (m *ValidatorStatusResponse) Size() (n int)

func (*ValidatorStatusResponse) String

func (m *ValidatorStatusResponse) String() string

func (*ValidatorStatusResponse) Unmarshal

func (m *ValidatorStatusResponse) Unmarshal(dAtA []byte) error

func (*ValidatorStatusResponse) XXX_DiscardUnknown

func (m *ValidatorStatusResponse) XXX_DiscardUnknown()

func (*ValidatorStatusResponse) XXX_Marshal

func (m *ValidatorStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorStatusResponse) XXX_Merge

func (m *ValidatorStatusResponse) XXX_Merge(src proto.Message)

func (*ValidatorStatusResponse) XXX_Size

func (m *ValidatorStatusResponse) XXX_Size() int

func (*ValidatorStatusResponse) XXX_Unmarshal

func (m *ValidatorStatusResponse) XXX_Unmarshal(b []byte) error

type Validators

type Validators struct {
	Epoch                uint64                           `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	ValidatorList        []*Validators_ValidatorContainer `protobuf:"bytes,2,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"`
	NextPageToken        string                           `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                            `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*Validators) Descriptor

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

func (*Validators) GetEpoch

func (m *Validators) GetEpoch() uint64

func (*Validators) GetNextPageToken

func (m *Validators) GetNextPageToken() string

func (*Validators) GetTotalSize

func (m *Validators) GetTotalSize() int32

func (*Validators) GetValidatorList

func (m *Validators) GetValidatorList() []*Validators_ValidatorContainer

func (*Validators) Marshal

func (m *Validators) Marshal() (dAtA []byte, err error)

func (*Validators) MarshalTo

func (m *Validators) MarshalTo(dAtA []byte) (int, error)

func (*Validators) ProtoMessage

func (*Validators) ProtoMessage()

func (*Validators) Reset

func (m *Validators) Reset()

func (*Validators) Size

func (m *Validators) Size() (n int)

func (*Validators) String

func (m *Validators) String() string

func (*Validators) Unmarshal

func (m *Validators) Unmarshal(dAtA []byte) error

func (*Validators) XXX_DiscardUnknown

func (m *Validators) XXX_DiscardUnknown()

func (*Validators) XXX_Marshal

func (m *Validators) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Validators) XXX_Merge

func (m *Validators) XXX_Merge(src proto.Message)

func (*Validators) XXX_Size

func (m *Validators) XXX_Size() int

func (*Validators) XXX_Unmarshal

func (m *Validators) XXX_Unmarshal(b []byte) error

type Validators_ValidatorContainer

type Validators_ValidatorContainer struct {
	Index                uint64     `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Validator            *Validator `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Validators_ValidatorContainer) Descriptor

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

func (*Validators_ValidatorContainer) GetIndex

func (m *Validators_ValidatorContainer) GetIndex() uint64

func (*Validators_ValidatorContainer) GetValidator

func (m *Validators_ValidatorContainer) GetValidator() *Validator

func (*Validators_ValidatorContainer) Marshal

func (m *Validators_ValidatorContainer) Marshal() (dAtA []byte, err error)

func (*Validators_ValidatorContainer) MarshalTo

func (m *Validators_ValidatorContainer) MarshalTo(dAtA []byte) (int, error)

func (*Validators_ValidatorContainer) ProtoMessage

func (*Validators_ValidatorContainer) ProtoMessage()

func (*Validators_ValidatorContainer) Reset

func (m *Validators_ValidatorContainer) Reset()

func (*Validators_ValidatorContainer) Size

func (m *Validators_ValidatorContainer) Size() (n int)

func (*Validators_ValidatorContainer) String

func (*Validators_ValidatorContainer) Unmarshal

func (m *Validators_ValidatorContainer) Unmarshal(dAtA []byte) error

func (*Validators_ValidatorContainer) XXX_DiscardUnknown

func (m *Validators_ValidatorContainer) XXX_DiscardUnknown()

func (*Validators_ValidatorContainer) XXX_Marshal

func (m *Validators_ValidatorContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Validators_ValidatorContainer) XXX_Merge

func (m *Validators_ValidatorContainer) XXX_Merge(src proto.Message)

func (*Validators_ValidatorContainer) XXX_Size

func (m *Validators_ValidatorContainer) XXX_Size() int

func (*Validators_ValidatorContainer) XXX_Unmarshal

func (m *Validators_ValidatorContainer) XXX_Unmarshal(b []byte) error

type Version

type Version struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata             string   `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Version) Descriptor

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

func (*Version) GetMetadata

func (m *Version) GetMetadata() string

func (*Version) GetVersion

func (m *Version) GetVersion() string

func (*Version) Marshal

func (m *Version) Marshal() (dAtA []byte, err error)

func (*Version) MarshalTo

func (m *Version) MarshalTo(dAtA []byte) (int, error)

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) Reset

func (m *Version) Reset()

func (*Version) Size

func (m *Version) Size() (n int)

func (*Version) String

func (m *Version) String() string

func (*Version) Unmarshal

func (m *Version) Unmarshal(dAtA []byte) error

func (*Version) XXX_DiscardUnknown

func (m *Version) XXX_DiscardUnknown()

func (*Version) XXX_Marshal

func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Version) XXX_Merge

func (m *Version) XXX_Merge(src proto.Message)

func (*Version) XXX_Size

func (m *Version) XXX_Size() int

func (*Version) XXX_Unmarshal

func (m *Version) XXX_Unmarshal(b []byte) error

type VoluntaryExit

type VoluntaryExit struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	ValidatorIndex       uint64   `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VoluntaryExit) Descriptor

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

func (*VoluntaryExit) GetEpoch

func (m *VoluntaryExit) GetEpoch() uint64

func (*VoluntaryExit) GetValidatorIndex

func (m *VoluntaryExit) GetValidatorIndex() uint64

func (*VoluntaryExit) Marshal

func (m *VoluntaryExit) Marshal() (dAtA []byte, err error)

func (*VoluntaryExit) MarshalSSZ

func (v *VoluntaryExit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the VoluntaryExit object

func (*VoluntaryExit) MarshalSSZTo

func (v *VoluntaryExit) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the VoluntaryExit object to a target array

func (*VoluntaryExit) MarshalTo

func (m *VoluntaryExit) MarshalTo(dAtA []byte) (int, error)

func (*VoluntaryExit) ProtoMessage

func (*VoluntaryExit) ProtoMessage()

func (*VoluntaryExit) Reset

func (m *VoluntaryExit) Reset()

func (*VoluntaryExit) Size

func (m *VoluntaryExit) Size() (n int)

func (*VoluntaryExit) SizeSSZ

func (v *VoluntaryExit) SizeSSZ() (size int)

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

func (*VoluntaryExit) String

func (m *VoluntaryExit) String() string

func (*VoluntaryExit) Unmarshal

func (m *VoluntaryExit) Unmarshal(dAtA []byte) error

func (*VoluntaryExit) UnmarshalSSZ

func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the VoluntaryExit object

func (*VoluntaryExit) XXX_DiscardUnknown

func (m *VoluntaryExit) XXX_DiscardUnknown()

func (*VoluntaryExit) XXX_Marshal

func (m *VoluntaryExit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoluntaryExit) XXX_Merge

func (m *VoluntaryExit) XXX_Merge(src proto.Message)

func (*VoluntaryExit) XXX_Size

func (m *VoluntaryExit) XXX_Size() int

func (*VoluntaryExit) XXX_Unmarshal

func (m *VoluntaryExit) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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