eth

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2019 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthArchive = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowArchive   = fmt.Errorf("proto: integer overflow")
)
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 (
	ErrInvalidLengthSlasher = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSlasher   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthValidator = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowValidator   = fmt.Errorf("proto: integer overflow")
)

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)

func RegisterSlasherServer

func RegisterSlasherServer(s *grpc.Server, srv SlasherServer)

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 */
	ExitedPublicKeys     [][]byte `` /* 127-byte string literal not displayed */
	SlashedPublicKeys    [][]byte `` /* 130-byte string literal not displayed */
	EjectedPublicKeys    [][]byte `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActiveSetChanges) Descriptor

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

func (*ActiveSetChanges) GetActivatedPublicKeys

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

func (*ActiveSetChanges) GetEjectedPublicKeys

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

func (*ActiveSetChanges) GetEpoch

func (m *ActiveSetChanges) GetEpoch() uint64

func (*ActiveSetChanges) GetExitedPublicKeys

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

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 ArchivedActiveSetChanges

type ArchivedActiveSetChanges struct {
	Activated            []uint64            `protobuf:"varint,1,rep,packed,name=activated,proto3" json:"activated,omitempty"`
	Exited               []uint64            `protobuf:"varint,2,rep,packed,name=exited,proto3" json:"exited,omitempty"`
	Slashed              []uint64            `protobuf:"varint,4,rep,packed,name=slashed,proto3" json:"slashed,omitempty"`
	VoluntaryExits       []*VoluntaryExit    `protobuf:"bytes,6,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty"`
	ProposerSlashings    []*ProposerSlashing `protobuf:"bytes,7,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings    []*AttesterSlashing `protobuf:"bytes,8,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ArchivedActiveSetChanges) Descriptor

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

func (*ArchivedActiveSetChanges) GetActivated

func (m *ArchivedActiveSetChanges) GetActivated() []uint64

func (*ArchivedActiveSetChanges) GetAttesterSlashings

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

func (*ArchivedActiveSetChanges) GetExited

func (m *ArchivedActiveSetChanges) GetExited() []uint64

func (*ArchivedActiveSetChanges) GetProposerSlashings

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

func (*ArchivedActiveSetChanges) GetSlashed

func (m *ArchivedActiveSetChanges) GetSlashed() []uint64

func (*ArchivedActiveSetChanges) GetVoluntaryExits

func (m *ArchivedActiveSetChanges) GetVoluntaryExits() []*VoluntaryExit

func (*ArchivedActiveSetChanges) Marshal

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

func (*ArchivedActiveSetChanges) MarshalTo

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

func (*ArchivedActiveSetChanges) ProtoMessage

func (*ArchivedActiveSetChanges) ProtoMessage()

func (*ArchivedActiveSetChanges) Reset

func (m *ArchivedActiveSetChanges) Reset()

func (*ArchivedActiveSetChanges) Size

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

func (*ArchivedActiveSetChanges) String

func (m *ArchivedActiveSetChanges) String() string

func (*ArchivedActiveSetChanges) Unmarshal

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

func (*ArchivedActiveSetChanges) XXX_DiscardUnknown

func (m *ArchivedActiveSetChanges) XXX_DiscardUnknown()

func (*ArchivedActiveSetChanges) XXX_Marshal

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

func (*ArchivedActiveSetChanges) XXX_Merge

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

func (*ArchivedActiveSetChanges) XXX_Size

func (m *ArchivedActiveSetChanges) XXX_Size() int

func (*ArchivedActiveSetChanges) XXX_Unmarshal

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

type ArchivedCommitteeInfo

type ArchivedCommitteeInfo struct {
	ProposerSeed         []byte   `protobuf:"bytes,1,opt,name=proposer_seed,json=proposerSeed,proto3" json:"proposer_seed,omitempty" ssz-size:"32"`
	AttesterSeed         []byte   `protobuf:"bytes,2,opt,name=attester_seed,json=attesterSeed,proto3" json:"attester_seed,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ArchivedCommitteeInfo) Descriptor

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

func (*ArchivedCommitteeInfo) GetAttesterSeed added in v0.2.3

func (m *ArchivedCommitteeInfo) GetAttesterSeed() []byte

func (*ArchivedCommitteeInfo) GetProposerSeed added in v0.2.3

func (m *ArchivedCommitteeInfo) GetProposerSeed() []byte

func (*ArchivedCommitteeInfo) Marshal

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

func (*ArchivedCommitteeInfo) MarshalTo

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

func (*ArchivedCommitteeInfo) ProtoMessage

func (*ArchivedCommitteeInfo) ProtoMessage()

func (*ArchivedCommitteeInfo) Reset

func (m *ArchivedCommitteeInfo) Reset()

func (*ArchivedCommitteeInfo) Size

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

func (*ArchivedCommitteeInfo) String

func (m *ArchivedCommitteeInfo) String() string

func (*ArchivedCommitteeInfo) Unmarshal

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

func (*ArchivedCommitteeInfo) XXX_DiscardUnknown

func (m *ArchivedCommitteeInfo) XXX_DiscardUnknown()

func (*ArchivedCommitteeInfo) XXX_Marshal

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

func (*ArchivedCommitteeInfo) XXX_Merge

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

func (*ArchivedCommitteeInfo) XXX_Size

func (m *ArchivedCommitteeInfo) XXX_Size() int

func (*ArchivedCommitteeInfo) XXX_Unmarshal

func (m *ArchivedCommitteeInfo) 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"`
	CustodyBits          github_com_prysmaticlabs_go_bitfield.Bitlist `` /* 163-byte string literal not displayed */
	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 (*Attestation) Descriptor

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

func (*Attestation) GetAggregationBits

func (*Attestation) GetCustodyBits

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) 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) String

func (m *Attestation) String() string

func (*Attestation) Unmarshal

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

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"`
	Index                uint64      `protobuf:"varint,2,opt,name=index,proto3" json:"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) GetIndex added in v0.2.3

func (m *AttestationData) GetIndex() uint64

func (*AttestationData) GetSlot added in v0.2.3

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) 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) String

func (m *AttestationData) String() string

func (*AttestationData) Unmarshal

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

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 {
	ProofOfCustodyBit    []byte   `protobuf:"bytes,1,opt,name=proof_of_custody_bit,json=proofOfCustodyBit,proto3" json:"proof_of_custody_bit,omitempty"`
	Slot                 uint64   `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Shard                uint64   `protobuf:"varint,3,opt,name=shard,proto3" json:"shard,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestationDataRequest) Descriptor

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

func (*AttestationDataRequest) GetProofOfCustodyBit

func (m *AttestationDataRequest) GetProofOfCustodyBit() []byte

func (*AttestationDataRequest) GetShard

func (m *AttestationDataRequest) GetShard() 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 AttestationPoolResponse

type AttestationPoolResponse struct {
	Attestations         []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,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) 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) 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) String

func (m *AttesterSlashing) String() string

func (*AttesterSlashing) Unmarshal

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

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 AttesterSlashingResponse added in v0.2.5

type AttesterSlashingResponse struct {
	AttesterSlashing     []*AttesterSlashing `protobuf:"bytes,1,rep,name=attester_slashing,json=attesterSlashing,proto3" json:"attester_slashing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AttesterSlashingResponse) Descriptor added in v0.2.5

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

func (*AttesterSlashingResponse) GetAttesterSlashing added in v0.2.5

func (m *AttesterSlashingResponse) GetAttesterSlashing() []*AttesterSlashing

func (*AttesterSlashingResponse) Marshal added in v0.2.5

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

func (*AttesterSlashingResponse) MarshalTo added in v0.2.5

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

func (*AttesterSlashingResponse) ProtoMessage added in v0.2.5

func (*AttesterSlashingResponse) ProtoMessage()

func (*AttesterSlashingResponse) Reset added in v0.2.5

func (m *AttesterSlashingResponse) Reset()

func (*AttesterSlashingResponse) Size added in v0.2.5

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

func (*AttesterSlashingResponse) String added in v0.2.5

func (m *AttesterSlashingResponse) String() string

func (*AttesterSlashingResponse) Unmarshal added in v0.2.5

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

func (*AttesterSlashingResponse) XXX_DiscardUnknown added in v0.2.5

func (m *AttesterSlashingResponse) XXX_DiscardUnknown()

func (*AttesterSlashingResponse) XXX_Marshal added in v0.2.5

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

func (*AttesterSlashingResponse) XXX_Merge added in v0.2.5

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

func (*AttesterSlashingResponse) XXX_Size added in v0.2.5

func (m *AttesterSlashingResponse) XXX_Size() int

func (*AttesterSlashingResponse) XXX_Unmarshal added in v0.2.5

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

type BeaconBlock

type BeaconBlock struct {
	Slot                 uint64           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ParentRoot           []byte           `protobuf:"bytes,2,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot            []byte           `protobuf:"bytes,3,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body                 *BeaconBlockBody `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
	Signature            []byte           `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	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) GetSignature

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

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) 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) String

func (m *BeaconBlock) String() string

func (*BeaconBlock) Unmarshal

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

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       []*VoluntaryExit    `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() []*VoluntaryExit

func (*BeaconBlockBody) Marshal

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

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) String

func (m *BeaconBlockBody) String() string

func (*BeaconBlockBody) Unmarshal

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

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 added in v0.2.4

type BeaconBlockContainer struct {
	Block                *BeaconBlock `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 added in v0.2.4

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

func (*BeaconBlockContainer) GetBlock added in v0.2.4

func (m *BeaconBlockContainer) GetBlock() *BeaconBlock

func (*BeaconBlockContainer) GetBlockRoot added in v0.2.4

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

func (*BeaconBlockContainer) Marshal added in v0.2.4

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

func (*BeaconBlockContainer) MarshalTo added in v0.2.4

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

func (*BeaconBlockContainer) ProtoMessage added in v0.2.4

func (*BeaconBlockContainer) ProtoMessage()

func (*BeaconBlockContainer) Reset added in v0.2.4

func (m *BeaconBlockContainer) Reset()

func (*BeaconBlockContainer) Size added in v0.2.4

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

func (*BeaconBlockContainer) String added in v0.2.4

func (m *BeaconBlockContainer) String() string

func (*BeaconBlockContainer) Unmarshal added in v0.2.4

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

func (*BeaconBlockContainer) XXX_DiscardUnknown added in v0.2.4

func (m *BeaconBlockContainer) XXX_DiscardUnknown()

func (*BeaconBlockContainer) XXX_Marshal added in v0.2.4

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

func (*BeaconBlockContainer) XXX_Merge added in v0.2.4

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

func (*BeaconBlockContainer) XXX_Size added in v0.2.4

func (m *BeaconBlockContainer) XXX_Size() int

func (*BeaconBlockContainer) XXX_Unmarshal added in v0.2.4

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"`
	ParentRoot           []byte   `protobuf:"bytes,2,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot            []byte   `protobuf:"bytes,3,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	BodyRoot             []byte   `protobuf:"bytes,4,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"`
	Signature            []byte   `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	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) GetSignature

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

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) 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) String

func (m *BeaconBlockHeader) String() string

func (*BeaconBlockHeader) Unmarshal

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

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)
	AttestationPool(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*AttestationPoolResponse, error)
	ListBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBlocksResponse, 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)
	GetValidatorActiveSetChanges(ctx context.Context, in *GetValidatorActiveSetChangesRequest, opts ...grpc.CallOption) (*ActiveSetChanges, error)
	GetValidatorQueue(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*ValidatorQueue, error)
	ListValidatorAssignments(ctx context.Context, in *ListValidatorAssignmentsRequest, opts ...grpc.CallOption) (*ValidatorAssignments, error)
	GetValidatorParticipation(ctx context.Context, in *GetValidatorParticipationRequest, opts ...grpc.CallOption) (*ValidatorParticipationResponse, 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

BeaconChainServer is the server API for BeaconChain service.

type BeaconCommittees added in v0.2.3

type BeaconCommittees struct {
	Epoch                uint64                            `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Committees           []*BeaconCommittees_CommitteeItem `protobuf:"bytes,2,rep,name=committees,proto3" json:"committees,omitempty"`
	ActiveValidatorCount uint64                            `protobuf:"varint,3,opt,name=active_validator_count,json=activeValidatorCount,proto3" json:"active_validator_count,omitempty"`
	NextPageToken        string                            `protobuf:"bytes,4,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize            int32                             `protobuf:"varint,5,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*BeaconCommittees) Descriptor added in v0.2.3

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

func (*BeaconCommittees) GetActiveValidatorCount added in v0.2.3

func (m *BeaconCommittees) GetActiveValidatorCount() uint64

func (*BeaconCommittees) GetCommittees added in v0.2.3

func (m *BeaconCommittees) GetCommittees() []*BeaconCommittees_CommitteeItem

func (*BeaconCommittees) GetEpoch added in v0.2.3

func (m *BeaconCommittees) GetEpoch() uint64

func (*BeaconCommittees) GetNextPageToken added in v0.2.3

func (m *BeaconCommittees) GetNextPageToken() string

func (*BeaconCommittees) GetTotalSize added in v0.2.3

func (m *BeaconCommittees) GetTotalSize() int32

func (*BeaconCommittees) Marshal added in v0.2.3

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

func (*BeaconCommittees) MarshalTo added in v0.2.3

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

func (*BeaconCommittees) ProtoMessage added in v0.2.3

func (*BeaconCommittees) ProtoMessage()

func (*BeaconCommittees) Reset added in v0.2.3

func (m *BeaconCommittees) Reset()

func (*BeaconCommittees) Size added in v0.2.3

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

func (*BeaconCommittees) String added in v0.2.3

func (m *BeaconCommittees) String() string

func (*BeaconCommittees) Unmarshal added in v0.2.3

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

func (*BeaconCommittees) XXX_DiscardUnknown added in v0.2.3

func (m *BeaconCommittees) XXX_DiscardUnknown()

func (*BeaconCommittees) XXX_Marshal added in v0.2.3

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

func (*BeaconCommittees) XXX_Merge added in v0.2.3

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

func (*BeaconCommittees) XXX_Size added in v0.2.3

func (m *BeaconCommittees) XXX_Size() int

func (*BeaconCommittees) XXX_Unmarshal added in v0.2.3

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

type BeaconCommittees_CommitteeItem added in v0.2.3

type BeaconCommittees_CommitteeItem struct {
	Committee            []uint64 `protobuf:"varint,1,rep,packed,name=committee,proto3" json:"committee,omitempty"`
	Slot                 uint64   `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconCommittees_CommitteeItem) Descriptor added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) GetCommittee added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) GetSlot added in v0.2.3

func (*BeaconCommittees_CommitteeItem) Marshal added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) MarshalTo added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) ProtoMessage added in v0.2.3

func (*BeaconCommittees_CommitteeItem) ProtoMessage()

func (*BeaconCommittees_CommitteeItem) Reset added in v0.2.3

func (m *BeaconCommittees_CommitteeItem) Reset()

func (*BeaconCommittees_CommitteeItem) Size added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) String added in v0.2.3

func (*BeaconCommittees_CommitteeItem) Unmarshal added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) XXX_DiscardUnknown added in v0.2.3

func (m *BeaconCommittees_CommitteeItem) XXX_DiscardUnknown()

func (*BeaconCommittees_CommitteeItem) XXX_Marshal added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) XXX_Merge added in v0.2.3

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

func (*BeaconCommittees_CommitteeItem) XXX_Size added in v0.2.3

func (m *BeaconCommittees_CommitteeItem) XXX_Size() int

func (*BeaconCommittees_CommitteeItem) XXX_Unmarshal added in v0.2.3

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

type BeaconNodeValidatorClient

type BeaconNodeValidatorClient interface {
	GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error)
	GetBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BeaconBlock, error)
	ProposeBlock(ctx context.Context, in *BeaconBlock, opts ...grpc.CallOption) (*types.Empty, error)
	GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*Attestation, error)
	ProposeAttestation(ctx context.Context, in *Attestation, 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 BeaconNodeValidatorServer

type BeaconNodeValidatorServer interface {
	GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
	GetBlock(context.Context, *BlockRequest) (*BeaconBlock, error)
	ProposeBlock(context.Context, *BeaconBlock) (*types.Empty, error)
	GetAttestationData(context.Context, *AttestationDataRequest) (*Attestation, error)
	ProposeAttestation(context.Context, *Attestation) (*types.Empty, error)
}

BeaconNodeValidatorServer is the server API for BeaconNodeValidator service.

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

func (*BlockRequest) Descriptor

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

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 {
	HeadBlockRoot              []byte   `protobuf:"bytes,1,opt,name=head_block_root,json=headBlockRoot,proto3" json:"head_block_root,omitempty" ssz-size:"32"`
	HeadBlockSlot              uint64   `protobuf:"varint,2,opt,name=head_block_slot,json=headBlockSlot,proto3" json:"head_block_slot,omitempty"`
	HeadBlockEpoch             uint64   `protobuf:"varint,3,opt,name=head_block_epoch,json=headBlockEpoch,proto3" json:"head_block_epoch,omitempty"`
	FinalizedBlockSlot         uint64   `protobuf:"varint,4,opt,name=finalized_block_slot,json=finalizedBlockSlot,proto3" json:"finalized_block_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 */
	JustifiedBlockSlot         uint64   `protobuf:"varint,7,opt,name=justified_block_slot,json=justifiedBlockSlot,proto3" json:"justified_block_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) GetFinalizedBlockSlot added in v0.2.5

func (m *ChainHead) GetFinalizedBlockSlot() uint64

func (*ChainHead) GetFinalizedEpoch added in v0.2.5

func (m *ChainHead) GetFinalizedEpoch() uint64

func (*ChainHead) GetHeadBlockEpoch added in v0.2.5

func (m *ChainHead) GetHeadBlockEpoch() uint64

func (*ChainHead) GetHeadBlockRoot added in v0.2.5

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

func (*ChainHead) GetHeadBlockSlot added in v0.2.5

func (m *ChainHead) GetHeadBlockSlot() uint64

func (*ChainHead) GetJustifiedBlockRoot

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

func (*ChainHead) GetJustifiedBlockSlot added in v0.2.5

func (m *ChainHead) GetJustifiedBlockSlot() uint64

func (*ChainHead) GetJustifiedEpoch added in v0.2.5

func (m *ChainHead) GetJustifiedEpoch() uint64

func (*ChainHead) GetPreviousJustifiedBlockRoot

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

func (*ChainHead) GetPreviousJustifiedEpoch added in v0.2.5

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 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) 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) String

func (m *Checkpoint) String() string

func (*Checkpoint) Unmarshal

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

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 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) 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) String

func (m *Deposit) String() string

func (*Deposit) Unmarshal

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

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) 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) String

func (m *Deposit_Data) String() string

func (*Deposit_Data) Unmarshal

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

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 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 {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	AttestationSlot      uint64   `protobuf:"varint,2,opt,name=attestation_slot,json=attestationSlot,proto3" json:"attestation_slot,omitempty"`
	AttestationShard     uint64   `protobuf:"varint,3,opt,name=attestation_shard,json=attestationShard,proto3" json:"attestation_shard,omitempty"`
	BlockProposalSlot    uint64   `protobuf:"varint,4,opt,name=block_proposal_slot,json=blockProposalSlot,proto3" json:"block_proposal_slot,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) GetAttestationShard

func (m *DutiesResponse_Duty) GetAttestationShard() uint64

func (*DutiesResponse_Duty) GetAttestationSlot

func (m *DutiesResponse_Duty) GetAttestationSlot() uint64

func (*DutiesResponse_Duty) GetBlockProposalSlot

func (m *DutiesResponse_Duty) GetBlockProposalSlot() uint64

func (*DutiesResponse_Duty) GetPublicKey

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

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 EpochSpanMap added in v0.2.3

type EpochSpanMap struct {
	EpochSpanMap         map[uint64]*MinMaxEpochSpan `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*EpochSpanMap) Descriptor added in v0.2.3

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

func (*EpochSpanMap) GetEpochSpanMap added in v0.2.3

func (m *EpochSpanMap) GetEpochSpanMap() map[uint64]*MinMaxEpochSpan

func (*EpochSpanMap) Marshal added in v0.2.3

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

func (*EpochSpanMap) MarshalTo added in v0.2.3

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

func (*EpochSpanMap) ProtoMessage added in v0.2.3

func (*EpochSpanMap) ProtoMessage()

func (*EpochSpanMap) Reset added in v0.2.3

func (m *EpochSpanMap) Reset()

func (*EpochSpanMap) Size added in v0.2.3

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

func (*EpochSpanMap) String added in v0.2.3

func (m *EpochSpanMap) String() string

func (*EpochSpanMap) Unmarshal added in v0.2.3

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

func (*EpochSpanMap) XXX_DiscardUnknown added in v0.2.3

func (m *EpochSpanMap) XXX_DiscardUnknown()

func (*EpochSpanMap) XXX_Marshal added in v0.2.3

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

func (*EpochSpanMap) XXX_Merge added in v0.2.3

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

func (*EpochSpanMap) XXX_Size added in v0.2.3

func (m *EpochSpanMap) XXX_Size() int

func (*EpochSpanMap) XXX_Unmarshal added in v0.2.3

func (m *EpochSpanMap) 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) 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) String

func (m *Eth1Data) String() string

func (*Eth1Data) Unmarshal

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

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 */
	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) 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 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 {
	CustodyBit_0Indices  []uint64         `` /* 142-byte string literal not displayed */
	CustodyBit_1Indices  []uint64         `` /* 142-byte string literal not displayed */
	Data                 *AttestationData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,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 (*IndexedAttestation) Descriptor

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

func (*IndexedAttestation) GetCustodyBit_0Indices

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

func (*IndexedAttestation) GetCustodyBit_1Indices

func (m *IndexedAttestation) GetCustodyBit_1Indices() []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) 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) String

func (m *IndexedAttestation) String() string

func (*IndexedAttestation) Unmarshal

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

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_HeadBlockRoot
	//	*ListAttestationsRequest_SourceEpoch
	//	*ListAttestationsRequest_SourceRoot
	//	*ListAttestationsRequest_TargetEpoch
	//	*ListAttestationsRequest_TargetRoot
	QueryFilter          isListAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize             int32                                 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string                                `protobuf:"bytes,7,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) GetHeadBlockRoot

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

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) GetSourceEpoch

func (m *ListAttestationsRequest) GetSourceEpoch() uint64

func (*ListAttestationsRequest) GetSourceRoot

func (m *ListAttestationsRequest) GetSourceRoot() []byte

func (*ListAttestationsRequest) GetTargetEpoch

func (m *ListAttestationsRequest) GetTargetEpoch() uint64

func (*ListAttestationsRequest) GetTargetRoot

func (m *ListAttestationsRequest) GetTargetRoot() []byte

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_HeadBlockRoot

type ListAttestationsRequest_HeadBlockRoot struct {
	HeadBlockRoot []byte `protobuf:"bytes,1,opt,name=head_block_root,json=headBlockRoot,proto3,oneof"`
}

func (*ListAttestationsRequest_HeadBlockRoot) MarshalTo

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

func (*ListAttestationsRequest_HeadBlockRoot) Size

type ListAttestationsRequest_SourceEpoch

type ListAttestationsRequest_SourceEpoch struct {
	SourceEpoch uint64 `protobuf:"varint,2,opt,name=source_epoch,json=sourceEpoch,proto3,oneof"`
}

func (*ListAttestationsRequest_SourceEpoch) MarshalTo

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

func (*ListAttestationsRequest_SourceEpoch) Size

type ListAttestationsRequest_SourceRoot

type ListAttestationsRequest_SourceRoot struct {
	SourceRoot []byte `protobuf:"bytes,3,opt,name=source_root,json=sourceRoot,proto3,oneof"`
}

func (*ListAttestationsRequest_SourceRoot) MarshalTo

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

func (*ListAttestationsRequest_SourceRoot) Size

type ListAttestationsRequest_TargetEpoch

type ListAttestationsRequest_TargetEpoch struct {
	TargetEpoch uint64 `protobuf:"varint,4,opt,name=target_epoch,json=targetEpoch,proto3,oneof"`
}

func (*ListAttestationsRequest_TargetEpoch) MarshalTo

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

func (*ListAttestationsRequest_TargetEpoch) Size

type ListAttestationsRequest_TargetRoot

type ListAttestationsRequest_TargetRoot struct {
	TargetRoot []byte `protobuf:"bytes,5,opt,name=target_root,json=targetRoot,proto3,oneof"`
}

func (*ListAttestationsRequest_TargetRoot) MarshalTo

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

func (*ListAttestationsRequest_TargetRoot) 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
	QueryFilter          isListBlocksRequest_QueryFilter `protobuf_oneof:"query_filter"`
	IncludeNoncanonical  bool                            `protobuf:"varint,4,opt,name=include_noncanonical,json=includeNoncanonical,proto3" json:"include_noncanonical,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 (*ListBlocksRequest) Descriptor

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

func (*ListBlocksRequest) GetEpoch

func (m *ListBlocksRequest) GetEpoch() uint64

func (*ListBlocksRequest) GetIncludeNoncanonical

func (m *ListBlocksRequest) GetIncludeNoncanonical() 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_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 added in v0.2.4

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 added in v0.2.3

type ListCommitteesRequest struct {
	// Types that are valid to be assigned to QueryFilter:
	//	*ListCommitteesRequest_Epoch
	//	*ListCommitteesRequest_Genesis
	QueryFilter          isListCommitteesRequest_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 (*ListCommitteesRequest) Descriptor added in v0.2.3

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

func (*ListCommitteesRequest) GetEpoch added in v0.2.3

func (m *ListCommitteesRequest) GetEpoch() uint64

func (*ListCommitteesRequest) GetGenesis added in v0.2.3

func (m *ListCommitteesRequest) GetGenesis() bool

func (*ListCommitteesRequest) GetPageSize added in v0.2.3

func (m *ListCommitteesRequest) GetPageSize() int32

func (*ListCommitteesRequest) GetPageToken added in v0.2.3

func (m *ListCommitteesRequest) GetPageToken() string

func (*ListCommitteesRequest) GetQueryFilter added in v0.2.3

func (m *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFilter

func (*ListCommitteesRequest) Marshal added in v0.2.3

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

func (*ListCommitteesRequest) MarshalTo added in v0.2.3

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

func (*ListCommitteesRequest) ProtoMessage added in v0.2.3

func (*ListCommitteesRequest) ProtoMessage()

func (*ListCommitteesRequest) Reset added in v0.2.3

func (m *ListCommitteesRequest) Reset()

func (*ListCommitteesRequest) Size added in v0.2.3

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

func (*ListCommitteesRequest) String added in v0.2.3

func (m *ListCommitteesRequest) String() string

func (*ListCommitteesRequest) Unmarshal added in v0.2.3

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

func (*ListCommitteesRequest) XXX_DiscardUnknown added in v0.2.3

func (m *ListCommitteesRequest) XXX_DiscardUnknown()

func (*ListCommitteesRequest) XXX_Marshal added in v0.2.3

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

func (*ListCommitteesRequest) XXX_Merge added in v0.2.3

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

func (*ListCommitteesRequest) XXX_OneofFuncs added in v0.2.3

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 added in v0.2.3

func (m *ListCommitteesRequest) XXX_Size() int

func (*ListCommitteesRequest) XXX_Unmarshal added in v0.2.3

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

type ListCommitteesRequest_Epoch added in v0.2.3

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

func (*ListCommitteesRequest_Epoch) MarshalTo added in v0.2.3

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

func (*ListCommitteesRequest_Epoch) Size added in v0.2.3

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

type ListCommitteesRequest_Genesis added in v0.2.3

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

func (*ListCommitteesRequest_Genesis) MarshalTo added in v0.2.3

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

func (*ListCommitteesRequest_Genesis) Size added in v0.2.3

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

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 added in v0.2.5

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 added in v0.2.5

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

func (*ListValidatorBalancesRequest) GetEpoch added in v0.2.5

func (m *ListValidatorBalancesRequest) GetEpoch() uint64

func (*ListValidatorBalancesRequest) GetGenesis added in v0.2.5

func (m *ListValidatorBalancesRequest) GetGenesis() bool

func (*ListValidatorBalancesRequest) GetIndices added in v0.2.5

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

func (*ListValidatorBalancesRequest) GetPageSize added in v0.2.5

func (m *ListValidatorBalancesRequest) GetPageSize() int32

func (*ListValidatorBalancesRequest) GetPageToken added in v0.2.5

func (m *ListValidatorBalancesRequest) GetPageToken() string

func (*ListValidatorBalancesRequest) GetPublicKeys added in v0.2.5

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

func (*ListValidatorBalancesRequest) GetQueryFilter added in v0.2.5

func (m *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesRequest_QueryFilter

func (*ListValidatorBalancesRequest) Marshal added in v0.2.5

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

func (*ListValidatorBalancesRequest) MarshalTo added in v0.2.5

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

func (*ListValidatorBalancesRequest) ProtoMessage added in v0.2.5

func (*ListValidatorBalancesRequest) ProtoMessage()

func (*ListValidatorBalancesRequest) Reset added in v0.2.5

func (m *ListValidatorBalancesRequest) Reset()

func (*ListValidatorBalancesRequest) Size added in v0.2.5

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

func (*ListValidatorBalancesRequest) String added in v0.2.5

func (*ListValidatorBalancesRequest) Unmarshal added in v0.2.5

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

func (*ListValidatorBalancesRequest) XXX_DiscardUnknown added in v0.2.5

func (m *ListValidatorBalancesRequest) XXX_DiscardUnknown()

func (*ListValidatorBalancesRequest) XXX_Marshal added in v0.2.5

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

func (*ListValidatorBalancesRequest) XXX_Merge added in v0.2.5

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

func (*ListValidatorBalancesRequest) XXX_OneofFuncs added in v0.2.5

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 added in v0.2.5

func (m *ListValidatorBalancesRequest) XXX_Size() int

func (*ListValidatorBalancesRequest) XXX_Unmarshal added in v0.2.5

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

type ListValidatorBalancesRequest_Epoch added in v0.2.5

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

func (*ListValidatorBalancesRequest_Epoch) MarshalTo added in v0.2.5

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

func (*ListValidatorBalancesRequest_Epoch) Size added in v0.2.5

type ListValidatorBalancesRequest_Genesis added in v0.2.5

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

func (*ListValidatorBalancesRequest_Genesis) MarshalTo added in v0.2.5

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

func (*ListValidatorBalancesRequest_Genesis) Size added in v0.2.5

type ListValidatorsRequest added in v0.2.5

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

func (*ListValidatorsRequest) Descriptor added in v0.2.5

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

func (*ListValidatorsRequest) GetActive added in v0.2.5

func (m *ListValidatorsRequest) GetActive() bool

func (*ListValidatorsRequest) GetEpoch added in v0.2.5

func (m *ListValidatorsRequest) GetEpoch() uint64

func (*ListValidatorsRequest) GetGenesis added in v0.2.5

func (m *ListValidatorsRequest) GetGenesis() bool

func (*ListValidatorsRequest) GetPageSize added in v0.2.5

func (m *ListValidatorsRequest) GetPageSize() int32

func (*ListValidatorsRequest) GetPageToken added in v0.2.5

func (m *ListValidatorsRequest) GetPageToken() string

func (*ListValidatorsRequest) GetQueryFilter added in v0.2.5

func (m *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFilter

func (*ListValidatorsRequest) Marshal added in v0.2.5

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

func (*ListValidatorsRequest) MarshalTo added in v0.2.5

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

func (*ListValidatorsRequest) ProtoMessage added in v0.2.5

func (*ListValidatorsRequest) ProtoMessage()

func (*ListValidatorsRequest) Reset added in v0.2.5

func (m *ListValidatorsRequest) Reset()

func (*ListValidatorsRequest) Size added in v0.2.5

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

func (*ListValidatorsRequest) String added in v0.2.5

func (m *ListValidatorsRequest) String() string

func (*ListValidatorsRequest) Unmarshal added in v0.2.5

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

func (*ListValidatorsRequest) XXX_DiscardUnknown added in v0.2.5

func (m *ListValidatorsRequest) XXX_DiscardUnknown()

func (*ListValidatorsRequest) XXX_Marshal added in v0.2.5

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

func (*ListValidatorsRequest) XXX_Merge added in v0.2.5

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

func (*ListValidatorsRequest) XXX_OneofFuncs added in v0.2.5

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 added in v0.2.5

func (m *ListValidatorsRequest) XXX_Size() int

func (*ListValidatorsRequest) XXX_Unmarshal added in v0.2.5

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

type ListValidatorsRequest_Epoch added in v0.2.5

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

func (*ListValidatorsRequest_Epoch) MarshalTo added in v0.2.5

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

func (*ListValidatorsRequest_Epoch) Size added in v0.2.5

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

type ListValidatorsRequest_Genesis added in v0.2.5

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

func (*ListValidatorsRequest_Genesis) MarshalTo added in v0.2.5

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

func (*ListValidatorsRequest_Genesis) Size added in v0.2.5

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

type MinMaxEpochSpan added in v0.2.4

type MinMaxEpochSpan struct {
	MinEpochSpan         uint32   `protobuf:"varint,1,opt,name=min_epoch_span,json=minEpochSpan,proto3" json:"min_epoch_span,omitempty"`
	MaxEpochSpan         uint32   `protobuf:"varint,2,opt,name=max_epoch_span,json=maxEpochSpan,proto3" json:"max_epoch_span,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MinMaxEpochSpan) Descriptor added in v0.2.4

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

func (*MinMaxEpochSpan) GetMaxEpochSpan added in v0.2.4

func (m *MinMaxEpochSpan) GetMaxEpochSpan() uint32

func (*MinMaxEpochSpan) GetMinEpochSpan added in v0.2.4

func (m *MinMaxEpochSpan) GetMinEpochSpan() uint32

func (*MinMaxEpochSpan) Marshal added in v0.2.4

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

func (*MinMaxEpochSpan) MarshalTo added in v0.2.4

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

func (*MinMaxEpochSpan) ProtoMessage added in v0.2.4

func (*MinMaxEpochSpan) ProtoMessage()

func (*MinMaxEpochSpan) Reset added in v0.2.4

func (m *MinMaxEpochSpan) Reset()

func (*MinMaxEpochSpan) Size added in v0.2.4

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

func (*MinMaxEpochSpan) String added in v0.2.4

func (m *MinMaxEpochSpan) String() string

func (*MinMaxEpochSpan) Unmarshal added in v0.2.4

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

func (*MinMaxEpochSpan) XXX_DiscardUnknown added in v0.2.4

func (m *MinMaxEpochSpan) XXX_DiscardUnknown()

func (*MinMaxEpochSpan) XXX_Marshal added in v0.2.4

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

func (*MinMaxEpochSpan) XXX_Merge added in v0.2.4

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

func (*MinMaxEpochSpan) XXX_Size added in v0.2.4

func (m *MinMaxEpochSpan) XXX_Size() int

func (*MinMaxEpochSpan) XXX_Unmarshal added in v0.2.4

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

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)
}

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)
}

NodeServer is the server API for Node service.

type ProposerSlashing

type ProposerSlashing struct {
	ProposerIndex        uint64             `protobuf:"varint,1,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	Header_1             *BeaconBlockHeader `protobuf:"bytes,2,opt,name=header_1,json=header1,proto3" json:"header_1,omitempty"`
	Header_2             *BeaconBlockHeader `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() *BeaconBlockHeader

func (*ProposerSlashing) GetHeader_2

func (m *ProposerSlashing) GetHeader_2() *BeaconBlockHeader

func (*ProposerSlashing) GetProposerIndex

func (m *ProposerSlashing) GetProposerIndex() uint64

func (*ProposerSlashing) Marshal

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

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) String

func (m *ProposerSlashing) String() string

func (*ProposerSlashing) Unmarshal

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

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 ProposerSlashingRequest

type ProposerSlashingRequest struct {
	BlockHeader          *BeaconBlockHeader `protobuf:"bytes,1,opt,name=block_header,json=blockHeader,proto3" json:"block_header,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 (*ProposerSlashingRequest) Descriptor

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

func (*ProposerSlashingRequest) GetBlockHeader

func (m *ProposerSlashingRequest) GetBlockHeader() *BeaconBlockHeader

func (*ProposerSlashingRequest) GetValidatorIndex

func (m *ProposerSlashingRequest) GetValidatorIndex() uint64

func (*ProposerSlashingRequest) Marshal

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

func (*ProposerSlashingRequest) MarshalTo

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

func (*ProposerSlashingRequest) ProtoMessage

func (*ProposerSlashingRequest) ProtoMessage()

func (*ProposerSlashingRequest) Reset

func (m *ProposerSlashingRequest) Reset()

func (*ProposerSlashingRequest) Size

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

func (*ProposerSlashingRequest) String

func (m *ProposerSlashingRequest) String() string

func (*ProposerSlashingRequest) Unmarshal

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

func (*ProposerSlashingRequest) XXX_DiscardUnknown

func (m *ProposerSlashingRequest) XXX_DiscardUnknown()

func (*ProposerSlashingRequest) XXX_Marshal

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

func (*ProposerSlashingRequest) XXX_Merge

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

func (*ProposerSlashingRequest) XXX_Size

func (m *ProposerSlashingRequest) XXX_Size() int

func (*ProposerSlashingRequest) XXX_Unmarshal

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

type ProposerSlashingResponse

type ProposerSlashingResponse struct {
	ProposerSlashing     []*ProposerSlashing `protobuf:"bytes,1,rep,name=proposer_slashing,json=proposerSlashing,proto3" json:"proposer_slashing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ProposerSlashingResponse) Descriptor

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

func (*ProposerSlashingResponse) GetProposerSlashing

func (m *ProposerSlashingResponse) GetProposerSlashing() []*ProposerSlashing

func (*ProposerSlashingResponse) Marshal

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

func (*ProposerSlashingResponse) MarshalTo

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

func (*ProposerSlashingResponse) ProtoMessage

func (*ProposerSlashingResponse) ProtoMessage()

func (*ProposerSlashingResponse) Reset

func (m *ProposerSlashingResponse) Reset()

func (*ProposerSlashingResponse) Size

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

func (*ProposerSlashingResponse) String

func (m *ProposerSlashingResponse) String() string

func (*ProposerSlashingResponse) Unmarshal

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

func (*ProposerSlashingResponse) XXX_DiscardUnknown

func (m *ProposerSlashingResponse) XXX_DiscardUnknown()

func (*ProposerSlashingResponse) XXX_Marshal

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

func (*ProposerSlashingResponse) XXX_Merge

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

func (*ProposerSlashingResponse) XXX_Size

func (m *ProposerSlashingResponse) XXX_Size() int

func (*ProposerSlashingResponse) XXX_Unmarshal

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

type SlasherClient

type SlasherClient interface {
	IsSlashableAttestation(ctx context.Context, in *IndexedAttestation, opts ...grpc.CallOption) (*AttesterSlashingResponse, error)
	IsSlashableBlock(ctx context.Context, in *ProposerSlashingRequest, opts ...grpc.CallOption) (*ProposerSlashingResponse, error)
	SlashableProposals(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (Slasher_SlashableProposalsClient, error)
	SlashableAttestations(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (Slasher_SlashableAttestationsClient, error)
}

SlasherClient is the client API for Slasher service.

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

func NewSlasherClient

func NewSlasherClient(cc *grpc.ClientConn) SlasherClient

type SlasherServer

type SlasherServer interface {
	IsSlashableAttestation(context.Context, *IndexedAttestation) (*AttesterSlashingResponse, error)
	IsSlashableBlock(context.Context, *ProposerSlashingRequest) (*ProposerSlashingResponse, error)
	SlashableProposals(*types.Empty, Slasher_SlashableProposalsServer) error
	SlashableAttestations(*types.Empty, Slasher_SlashableAttestationsServer) error
}

SlasherServer is the server API for Slasher service.

type Slasher_SlashableAttestationsClient

type Slasher_SlashableAttestationsClient interface {
	Recv() (*AttesterSlashing, error)
	grpc.ClientStream
}

type Slasher_SlashableAttestationsServer

type Slasher_SlashableAttestationsServer interface {
	Send(*AttesterSlashing) error
	grpc.ServerStream
}

type Slasher_SlashableProposalsClient

type Slasher_SlashableProposalsClient interface {
	Recv() (*ProposerSlashing, error)
	grpc.ClientStream
}

type Slasher_SlashableProposalsServer

type Slasher_SlashableProposalsServer interface {
	Send(*ProposerSlashing) error
	grpc.ServerStream
}

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 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) 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) String

func (m *Validator) String() string

func (*Validator) Unmarshal

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

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 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"`
	ProposerSlot         uint64   `protobuf:"varint,4,opt,name=proposer_slot,json=proposerSlot,proto3" json:"proposer_slot,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,5,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 (*ValidatorAssignments_CommitteeAssignment) Descriptor

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

func (*ValidatorAssignments_CommitteeAssignment) GetAttesterSlot added in v0.2.3

func (m *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() uint64

func (*ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees added in v0.2.3

func (m *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []uint64

func (*ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex added in v0.2.3

func (m *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() uint64

func (*ValidatorAssignments_CommitteeAssignment) GetProposerSlot added in v0.2.3

func (m *ValidatorAssignments_CommitteeAssignment) GetProposerSlot() uint64

func (*ValidatorAssignments_CommitteeAssignment) GetPublicKey

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

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 added in v0.2.3

func (m *ValidatorBalances) GetEpoch() uint64

func (*ValidatorBalances) GetNextPageToken added in v0.2.3

func (m *ValidatorBalances) GetNextPageToken() string

func (*ValidatorBalances) GetTotalSize added in v0.2.3

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 ValidatorIDToIdxAtt

type ValidatorIDToIdxAtt struct {
	Indices              []uint64 `protobuf:"varint,1,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	DataRoot             []byte   `protobuf:"bytes,2,opt,name=data_root,json=dataRoot,proto3" json:"data_root,omitempty"`
	Signature            []byte   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorIDToIdxAtt) Descriptor

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

func (*ValidatorIDToIdxAtt) GetDataRoot

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

func (*ValidatorIDToIdxAtt) GetIndices

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

func (*ValidatorIDToIdxAtt) GetSignature

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

func (*ValidatorIDToIdxAtt) Marshal

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

func (*ValidatorIDToIdxAtt) MarshalTo

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

func (*ValidatorIDToIdxAtt) ProtoMessage

func (*ValidatorIDToIdxAtt) ProtoMessage()

func (*ValidatorIDToIdxAtt) Reset

func (m *ValidatorIDToIdxAtt) Reset()

func (*ValidatorIDToIdxAtt) Size

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

func (*ValidatorIDToIdxAtt) String

func (m *ValidatorIDToIdxAtt) String() string

func (*ValidatorIDToIdxAtt) Unmarshal

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

func (*ValidatorIDToIdxAtt) XXX_DiscardUnknown

func (m *ValidatorIDToIdxAtt) XXX_DiscardUnknown()

func (*ValidatorIDToIdxAtt) XXX_Marshal

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

func (*ValidatorIDToIdxAtt) XXX_Merge

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

func (*ValidatorIDToIdxAtt) XXX_Size

func (m *ValidatorIDToIdxAtt) XXX_Size() int

func (*ValidatorIDToIdxAtt) XXX_Unmarshal

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

type ValidatorIDToIdxAttList

type ValidatorIDToIdxAttList struct {
	IndicesList          []*ValidatorIDToIdxAtt `protobuf:"bytes,1,rep,name=indicesList,proto3" json:"indicesList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ValidatorIDToIdxAttList) Descriptor

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

func (*ValidatorIDToIdxAttList) GetIndicesList

func (m *ValidatorIDToIdxAttList) GetIndicesList() []*ValidatorIDToIdxAtt

func (*ValidatorIDToIdxAttList) Marshal

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

func (*ValidatorIDToIdxAttList) MarshalTo

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

func (*ValidatorIDToIdxAttList) ProtoMessage

func (*ValidatorIDToIdxAttList) ProtoMessage()

func (*ValidatorIDToIdxAttList) Reset

func (m *ValidatorIDToIdxAttList) Reset()

func (*ValidatorIDToIdxAttList) Size

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

func (*ValidatorIDToIdxAttList) String

func (m *ValidatorIDToIdxAttList) String() string

func (*ValidatorIDToIdxAttList) Unmarshal

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

func (*ValidatorIDToIdxAttList) XXX_DiscardUnknown

func (m *ValidatorIDToIdxAttList) XXX_DiscardUnknown()

func (*ValidatorIDToIdxAttList) XXX_Marshal

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

func (*ValidatorIDToIdxAttList) XXX_Merge

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

func (*ValidatorIDToIdxAttList) XXX_Size

func (m *ValidatorIDToIdxAttList) XXX_Size() int

func (*ValidatorIDToIdxAttList) XXX_Unmarshal

func (m *ValidatorIDToIdxAttList) 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 ValidatorQueue

type ValidatorQueue struct {
	ChurnLimit           uint64   `protobuf:"varint,1,opt,name=churn_limit,json=churnLimit,proto3" json:"churn_limit,omitempty"`
	ActivationPublicKeys [][]byte `` /* 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorQueue) Descriptor

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

func (*ValidatorQueue) GetActivationPublicKeys

func (m *ValidatorQueue) GetActivationPublicKeys() [][]byte

func (*ValidatorQueue) GetChurnLimit

func (m *ValidatorQueue) GetChurnLimit() uint64

func (*ValidatorQueue) GetExitPublicKeys

func (m *ValidatorQueue) GetExitPublicKeys() [][]byte

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 Validators

type Validators struct {
	Epoch                uint64       `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Validators           []*Validator `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators,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) GetValidators

func (m *Validators) GetValidators() []*Validator

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 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"`
	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 (*VoluntaryExit) Descriptor

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

func (*VoluntaryExit) GetEpoch

func (m *VoluntaryExit) GetEpoch() uint64

func (*VoluntaryExit) GetSignature

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

func (*VoluntaryExit) GetValidatorIndex

func (m *VoluntaryExit) GetValidatorIndex() uint64

func (*VoluntaryExit) Marshal

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

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) String

func (m *VoluntaryExit) String() string

func (*VoluntaryExit) Unmarshal

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

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