ethereum_beacon_p2p_v1

package
v0.0.0-...-c85edb6 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2019 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessages = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessages   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTypes   = fmt.Errorf("proto: integer overflow")
)
View Source
var Topic_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "BEACON_BLOCK_ANNOUNCE",
	2:  "BEACON_BLOCK_REQUEST",
	3:  "BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER",
	4:  "BEACON_BLOCK_RESPONSE",
	5:  "BATCHED_BEACON_BLOCK_REQUEST",
	6:  "BATCHED_BEACON_BLOCK_RESPONSE",
	7:  "CHAIN_HEAD_REQUEST",
	8:  "CHAIN_HEAD_RESPONSE",
	9:  "BEACON_STATE_HASH_ANNOUNCE",
	10: "BEACON_STATE_REQUEST",
	11: "BEACON_STATE_RESPONSE",
	12: "ATTESTATION_ANNOUNCE",
	13: "ATTESTATION_REQUEST",
	14: "ATTESTATION_RESPONSE",
}
View Source
var Topic_value = map[string]int32{
	"UNKNOWN":                             0,
	"BEACON_BLOCK_ANNOUNCE":               1,
	"BEACON_BLOCK_REQUEST":                2,
	"BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER": 3,
	"BEACON_BLOCK_RESPONSE":               4,
	"BATCHED_BEACON_BLOCK_REQUEST":        5,
	"BATCHED_BEACON_BLOCK_RESPONSE":       6,
	"CHAIN_HEAD_REQUEST":                  7,
	"CHAIN_HEAD_RESPONSE":                 8,
	"BEACON_STATE_HASH_ANNOUNCE":          9,
	"BEACON_STATE_REQUEST":                10,
	"BEACON_STATE_RESPONSE":               11,
	"ATTESTATION_ANNOUNCE":                12,
	"ATTESTATION_REQUEST":                 13,
	"ATTESTATION_RESPONSE":                14,
}
View Source
var Validator_StatusFlags_name = map[int32]string{
	0: "INITIAL",
	1: "INITIATED_EXIT",
	2: "WITHDRAWABLE",
}
View Source
var Validator_StatusFlags_value = map[string]int32{
	"INITIAL":        0,
	"INITIATED_EXIT": 1,
	"WITHDRAWABLE":   2,
}

Functions

This section is empty.

Types

type Attestation

type Attestation struct {
	Data                 *AttestationData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	AggregationBitfield  []byte           `protobuf:"bytes,2,opt,name=aggregation_bitfield,json=aggregationBitfield,proto3" json:"aggregation_bitfield,omitempty"`
	CustodyBitfield      []byte           `protobuf:"bytes,3,opt,name=custody_bitfield,json=custodyBitfield,proto3" json:"custody_bitfield,omitempty"`
	AggregateSignature   []byte           `protobuf:"bytes,4,opt,name=aggregate_signature,json=aggregateSignature,proto3" json:"aggregate_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Attestation) Descriptor

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

func (*Attestation) GetAggregateSignature

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

func (*Attestation) GetAggregationBitfield

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

func (*Attestation) GetCustodyBitfield

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

func (*Attestation) GetData

func (m *Attestation) GetData() *AttestationData

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 (dst *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 AttestationAnnounce

type AttestationAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestationAnnounce) Descriptor

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

func (*AttestationAnnounce) GetHash

func (m *AttestationAnnounce) GetHash() []byte

func (*AttestationAnnounce) Marshal

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

func (*AttestationAnnounce) MarshalTo

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

func (*AttestationAnnounce) ProtoMessage

func (*AttestationAnnounce) ProtoMessage()

func (*AttestationAnnounce) Reset

func (m *AttestationAnnounce) Reset()

func (*AttestationAnnounce) Size

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

func (*AttestationAnnounce) String

func (m *AttestationAnnounce) String() string

func (*AttestationAnnounce) Unmarshal

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

func (*AttestationAnnounce) XXX_DiscardUnknown

func (m *AttestationAnnounce) XXX_DiscardUnknown()

func (*AttestationAnnounce) XXX_Marshal

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

func (*AttestationAnnounce) XXX_Merge

func (dst *AttestationAnnounce) XXX_Merge(src proto.Message)

func (*AttestationAnnounce) XXX_Size

func (m *AttestationAnnounce) XXX_Size() int

func (*AttestationAnnounce) XXX_Unmarshal

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

type AttestationData

type AttestationData struct {
	Slot                      uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Shard                     uint64   `protobuf:"varint,2,opt,name=shard,proto3" json:"shard,omitempty"`
	BeaconBlockRootHash32     []byte   `` /* 128-byte string literal not displayed */
	EpochBoundaryRootHash32   []byte   `` /* 134-byte string literal not displayed */
	ShardBlockRootHash32      []byte   `protobuf:"bytes,5,opt,name=shard_block_root_hash32,json=shardBlockRootHash32,proto3" json:"shard_block_root_hash32,omitempty"`
	LatestCrosslinkRootHash32 []byte   `` /* 140-byte string literal not displayed */
	JustifiedEpoch            uint64   `protobuf:"varint,7,opt,name=justified_epoch,json=justifiedEpoch,proto3" json:"justified_epoch,omitempty"`
	JustifiedBlockRootHash32  []byte   ``                                                                                                         /* 137-byte string literal not displayed */
	JustifiedSlot             uint64   `protobuf:"varint,1000,opt,name=justified_slot,json=justifiedSlot,proto3" json:"justified_slot,omitempty"` // Deprecated: Do not use.
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*AttestationData) Descriptor

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

func (*AttestationData) GetBeaconBlockRootHash32

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

func (*AttestationData) GetEpochBoundaryRootHash32

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

func (*AttestationData) GetJustifiedBlockRootHash32

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

func (*AttestationData) GetJustifiedEpoch

func (m *AttestationData) GetJustifiedEpoch() uint64

func (*AttestationData) GetJustifiedSlot deprecated

func (m *AttestationData) GetJustifiedSlot() uint64

Deprecated: Do not use.

func (*AttestationData) GetLatestCrosslinkRootHash32

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

func (*AttestationData) GetShard

func (m *AttestationData) GetShard() uint64

func (*AttestationData) GetShardBlockRootHash32

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

func (*AttestationData) GetSlot

func (m *AttestationData) GetSlot() uint64

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 (dst *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 AttestationDataAndCustodyBit

type AttestationDataAndCustodyBit struct {
	Data                 *AttestationData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	CustodyBit           bool             `protobuf:"varint,2,opt,name=custody_bit,json=custodyBit,proto3" json:"custody_bit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*AttestationDataAndCustodyBit) Descriptor

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

func (*AttestationDataAndCustodyBit) GetCustodyBit

func (m *AttestationDataAndCustodyBit) GetCustodyBit() bool

func (*AttestationDataAndCustodyBit) GetData

func (*AttestationDataAndCustodyBit) Marshal

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

func (*AttestationDataAndCustodyBit) MarshalTo

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

func (*AttestationDataAndCustodyBit) ProtoMessage

func (*AttestationDataAndCustodyBit) ProtoMessage()

func (*AttestationDataAndCustodyBit) Reset

func (m *AttestationDataAndCustodyBit) Reset()

func (*AttestationDataAndCustodyBit) Size

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

func (*AttestationDataAndCustodyBit) String

func (*AttestationDataAndCustodyBit) Unmarshal

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

func (*AttestationDataAndCustodyBit) XXX_DiscardUnknown

func (m *AttestationDataAndCustodyBit) XXX_DiscardUnknown()

func (*AttestationDataAndCustodyBit) XXX_Marshal

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

func (*AttestationDataAndCustodyBit) XXX_Merge

func (dst *AttestationDataAndCustodyBit) XXX_Merge(src proto.Message)

func (*AttestationDataAndCustodyBit) XXX_Size

func (m *AttestationDataAndCustodyBit) XXX_Size() int

func (*AttestationDataAndCustodyBit) XXX_Unmarshal

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

type AttestationRequest

type AttestationRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttestationRequest) Descriptor

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

func (*AttestationRequest) GetHash

func (m *AttestationRequest) GetHash() []byte

func (*AttestationRequest) Marshal

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

func (*AttestationRequest) MarshalTo

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

func (*AttestationRequest) ProtoMessage

func (*AttestationRequest) ProtoMessage()

func (*AttestationRequest) Reset

func (m *AttestationRequest) Reset()

func (*AttestationRequest) Size

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

func (*AttestationRequest) String

func (m *AttestationRequest) String() string

func (*AttestationRequest) Unmarshal

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

func (*AttestationRequest) XXX_DiscardUnknown

func (m *AttestationRequest) XXX_DiscardUnknown()

func (*AttestationRequest) XXX_Marshal

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

func (*AttestationRequest) XXX_Merge

func (dst *AttestationRequest) XXX_Merge(src proto.Message)

func (*AttestationRequest) XXX_Size

func (m *AttestationRequest) XXX_Size() int

func (*AttestationRequest) XXX_Unmarshal

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

type AttestationResponse

type AttestationResponse struct {
	Hash                 []byte       `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Attestation          *Attestation `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AttestationResponse) Descriptor

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

func (*AttestationResponse) GetAttestation

func (m *AttestationResponse) GetAttestation() *Attestation

func (*AttestationResponse) GetHash

func (m *AttestationResponse) GetHash() []byte

func (*AttestationResponse) Marshal

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

func (*AttestationResponse) MarshalTo

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

func (*AttestationResponse) ProtoMessage

func (*AttestationResponse) ProtoMessage()

func (*AttestationResponse) Reset

func (m *AttestationResponse) Reset()

func (*AttestationResponse) Size

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

func (*AttestationResponse) String

func (m *AttestationResponse) String() string

func (*AttestationResponse) Unmarshal

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

func (*AttestationResponse) XXX_DiscardUnknown

func (m *AttestationResponse) XXX_DiscardUnknown()

func (*AttestationResponse) XXX_Marshal

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

func (*AttestationResponse) XXX_Merge

func (dst *AttestationResponse) XXX_Merge(src proto.Message)

func (*AttestationResponse) XXX_Size

func (m *AttestationResponse) XXX_Size() int

func (*AttestationResponse) XXX_Unmarshal

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

type AttesterSlashing

type AttesterSlashing struct {
	SlashableVote_1      *SlashableVote `protobuf:"bytes,1,opt,name=slashable_vote_1,json=slashableVote1,proto3" json:"slashable_vote_1,omitempty"`
	SlashableVote_2      *SlashableVote `protobuf:"bytes,2,opt,name=slashable_vote_2,json=slashableVote2,proto3" json:"slashable_vote_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AttesterSlashing) Descriptor

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

func (*AttesterSlashing) GetSlashableVote_1

func (m *AttesterSlashing) GetSlashableVote_1() *SlashableVote

func (*AttesterSlashing) GetSlashableVote_2

func (m *AttesterSlashing) GetSlashableVote_2() *SlashableVote

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 (dst *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 AttesterSlashingAnnounce

type AttesterSlashingAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttesterSlashingAnnounce) Descriptor

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

func (*AttesterSlashingAnnounce) GetHash

func (m *AttesterSlashingAnnounce) GetHash() []byte

func (*AttesterSlashingAnnounce) Marshal

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

func (*AttesterSlashingAnnounce) MarshalTo

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

func (*AttesterSlashingAnnounce) ProtoMessage

func (*AttesterSlashingAnnounce) ProtoMessage()

func (*AttesterSlashingAnnounce) Reset

func (m *AttesterSlashingAnnounce) Reset()

func (*AttesterSlashingAnnounce) Size

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

func (*AttesterSlashingAnnounce) String

func (m *AttesterSlashingAnnounce) String() string

func (*AttesterSlashingAnnounce) Unmarshal

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

func (*AttesterSlashingAnnounce) XXX_DiscardUnknown

func (m *AttesterSlashingAnnounce) XXX_DiscardUnknown()

func (*AttesterSlashingAnnounce) XXX_Marshal

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

func (*AttesterSlashingAnnounce) XXX_Merge

func (dst *AttesterSlashingAnnounce) XXX_Merge(src proto.Message)

func (*AttesterSlashingAnnounce) XXX_Size

func (m *AttesterSlashingAnnounce) XXX_Size() int

func (*AttesterSlashingAnnounce) XXX_Unmarshal

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

type AttesterSlashingRequest

type AttesterSlashingRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttesterSlashingRequest) Descriptor

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

func (*AttesterSlashingRequest) GetHash

func (m *AttesterSlashingRequest) GetHash() []byte

func (*AttesterSlashingRequest) Marshal

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

func (*AttesterSlashingRequest) MarshalTo

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

func (*AttesterSlashingRequest) ProtoMessage

func (*AttesterSlashingRequest) ProtoMessage()

func (*AttesterSlashingRequest) Reset

func (m *AttesterSlashingRequest) Reset()

func (*AttesterSlashingRequest) Size

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

func (*AttesterSlashingRequest) String

func (m *AttesterSlashingRequest) String() string

func (*AttesterSlashingRequest) Unmarshal

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

func (*AttesterSlashingRequest) XXX_DiscardUnknown

func (m *AttesterSlashingRequest) XXX_DiscardUnknown()

func (*AttesterSlashingRequest) XXX_Marshal

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

func (*AttesterSlashingRequest) XXX_Merge

func (dst *AttesterSlashingRequest) XXX_Merge(src proto.Message)

func (*AttesterSlashingRequest) XXX_Size

func (m *AttesterSlashingRequest) XXX_Size() int

func (*AttesterSlashingRequest) XXX_Unmarshal

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

type AttesterSlashingResponse

type AttesterSlashingResponse struct {
	Hash                 []byte            `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	AttesterSlashing     *AttesterSlashing `protobuf:"bytes,2,opt,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

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

func (*AttesterSlashingResponse) GetAttesterSlashing

func (m *AttesterSlashingResponse) GetAttesterSlashing() *AttesterSlashing

func (*AttesterSlashingResponse) GetHash

func (m *AttesterSlashingResponse) GetHash() []byte

func (*AttesterSlashingResponse) Marshal

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

func (*AttesterSlashingResponse) MarshalTo

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

func (*AttesterSlashingResponse) ProtoMessage

func (*AttesterSlashingResponse) ProtoMessage()

func (*AttesterSlashingResponse) Reset

func (m *AttesterSlashingResponse) Reset()

func (*AttesterSlashingResponse) Size

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

func (*AttesterSlashingResponse) String

func (m *AttesterSlashingResponse) String() string

func (*AttesterSlashingResponse) Unmarshal

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

func (*AttesterSlashingResponse) XXX_DiscardUnknown

func (m *AttesterSlashingResponse) XXX_DiscardUnknown()

func (*AttesterSlashingResponse) XXX_Marshal

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

func (*AttesterSlashingResponse) XXX_Merge

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

func (*AttesterSlashingResponse) XXX_Size

func (m *AttesterSlashingResponse) XXX_Size() int

func (*AttesterSlashingResponse) XXX_Unmarshal

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

type BatchedBeaconBlockRequest

type BatchedBeaconBlockRequest struct {
	StartSlot            uint64   `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty"`
	EndSlot              uint64   `protobuf:"varint,2,opt,name=end_slot,json=endSlot,proto3" json:"end_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BatchedBeaconBlockRequest) Descriptor

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

func (*BatchedBeaconBlockRequest) GetEndSlot

func (m *BatchedBeaconBlockRequest) GetEndSlot() uint64

func (*BatchedBeaconBlockRequest) GetStartSlot

func (m *BatchedBeaconBlockRequest) GetStartSlot() uint64

func (*BatchedBeaconBlockRequest) Marshal

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

func (*BatchedBeaconBlockRequest) MarshalTo

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

func (*BatchedBeaconBlockRequest) ProtoMessage

func (*BatchedBeaconBlockRequest) ProtoMessage()

func (*BatchedBeaconBlockRequest) Reset

func (m *BatchedBeaconBlockRequest) Reset()

func (*BatchedBeaconBlockRequest) Size

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

func (*BatchedBeaconBlockRequest) String

func (m *BatchedBeaconBlockRequest) String() string

func (*BatchedBeaconBlockRequest) Unmarshal

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

func (*BatchedBeaconBlockRequest) XXX_DiscardUnknown

func (m *BatchedBeaconBlockRequest) XXX_DiscardUnknown()

func (*BatchedBeaconBlockRequest) XXX_Marshal

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

func (*BatchedBeaconBlockRequest) XXX_Merge

func (dst *BatchedBeaconBlockRequest) XXX_Merge(src proto.Message)

func (*BatchedBeaconBlockRequest) XXX_Size

func (m *BatchedBeaconBlockRequest) XXX_Size() int

func (*BatchedBeaconBlockRequest) XXX_Unmarshal

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

type BatchedBeaconBlockResponse

type BatchedBeaconBlockResponse struct {
	BatchedBlocks        []*BeaconBlock `protobuf:"bytes,1,rep,name=batched_blocks,json=batchedBlocks,proto3" json:"batched_blocks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*BatchedBeaconBlockResponse) Descriptor

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

func (*BatchedBeaconBlockResponse) GetBatchedBlocks

func (m *BatchedBeaconBlockResponse) GetBatchedBlocks() []*BeaconBlock

func (*BatchedBeaconBlockResponse) Marshal

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

func (*BatchedBeaconBlockResponse) MarshalTo

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

func (*BatchedBeaconBlockResponse) ProtoMessage

func (*BatchedBeaconBlockResponse) ProtoMessage()

func (*BatchedBeaconBlockResponse) Reset

func (m *BatchedBeaconBlockResponse) Reset()

func (*BatchedBeaconBlockResponse) Size

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

func (*BatchedBeaconBlockResponse) String

func (m *BatchedBeaconBlockResponse) String() string

func (*BatchedBeaconBlockResponse) Unmarshal

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

func (*BatchedBeaconBlockResponse) XXX_DiscardUnknown

func (m *BatchedBeaconBlockResponse) XXX_DiscardUnknown()

func (*BatchedBeaconBlockResponse) XXX_Marshal

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

func (*BatchedBeaconBlockResponse) XXX_Merge

func (dst *BatchedBeaconBlockResponse) XXX_Merge(src proto.Message)

func (*BatchedBeaconBlockResponse) XXX_Size

func (m *BatchedBeaconBlockResponse) XXX_Size() int

func (*BatchedBeaconBlockResponse) XXX_Unmarshal

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

type BeaconBlock

type BeaconBlock struct {
	Slot                 uint64           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ParentRootHash32     []byte           `protobuf:"bytes,2,opt,name=parent_root_hash32,json=parentRootHash32,proto3" json:"parent_root_hash32,omitempty"`
	StateRootHash32      []byte           `protobuf:"bytes,3,opt,name=state_root_hash32,json=stateRootHash32,proto3" json:"state_root_hash32,omitempty"`
	RandaoRevealHash32   []byte           `protobuf:"bytes,4,opt,name=randao_reveal_hash32,json=randaoRevealHash32,proto3" json:"randao_reveal_hash32,omitempty"`
	Eth1Data             *Eth1Data        `protobuf:"bytes,5,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Signature            [][]byte         `protobuf:"bytes,6,rep,name=signature,proto3" json:"signature,omitempty"`
	Body                 *BeaconBlockBody `protobuf:"bytes,7,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*BeaconBlock) Descriptor

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

func (*BeaconBlock) GetBody

func (m *BeaconBlock) GetBody() *BeaconBlockBody

func (*BeaconBlock) GetEth1Data

func (m *BeaconBlock) GetEth1Data() *Eth1Data

func (*BeaconBlock) GetParentRootHash32

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

func (*BeaconBlock) GetRandaoRevealHash32

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

func (*BeaconBlock) GetSignature

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

func (*BeaconBlock) GetSlot

func (m *BeaconBlock) GetSlot() uint64

func (*BeaconBlock) GetStateRootHash32

func (m *BeaconBlock) GetStateRootHash32() []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 (dst *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 BeaconBlockAnnounce

type BeaconBlockAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	SlotNumber           uint64   `protobuf:"varint,2,opt,name=slot_number,json=slotNumber,proto3" json:"slot_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconBlockAnnounce) Descriptor

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

func (*BeaconBlockAnnounce) GetHash

func (m *BeaconBlockAnnounce) GetHash() []byte

func (*BeaconBlockAnnounce) GetSlotNumber

func (m *BeaconBlockAnnounce) GetSlotNumber() uint64

func (*BeaconBlockAnnounce) Marshal

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

func (*BeaconBlockAnnounce) MarshalTo

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

func (*BeaconBlockAnnounce) ProtoMessage

func (*BeaconBlockAnnounce) ProtoMessage()

func (*BeaconBlockAnnounce) Reset

func (m *BeaconBlockAnnounce) Reset()

func (*BeaconBlockAnnounce) Size

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

func (*BeaconBlockAnnounce) String

func (m *BeaconBlockAnnounce) String() string

func (*BeaconBlockAnnounce) Unmarshal

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

func (*BeaconBlockAnnounce) XXX_DiscardUnknown

func (m *BeaconBlockAnnounce) XXX_DiscardUnknown()

func (*BeaconBlockAnnounce) XXX_Marshal

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

func (*BeaconBlockAnnounce) XXX_Merge

func (dst *BeaconBlockAnnounce) XXX_Merge(src proto.Message)

func (*BeaconBlockAnnounce) XXX_Size

func (m *BeaconBlockAnnounce) XXX_Size() int

func (*BeaconBlockAnnounce) XXX_Unmarshal

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

type BeaconBlockBody

type BeaconBlockBody struct {
	Attestations         []*Attestation      `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	ProposerSlashings    []*ProposerSlashing `protobuf:"bytes,2,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings    []*AttesterSlashing `protobuf:"bytes,3,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty"`
	Deposits             []*Deposit          `protobuf:"bytes,4,rep,name=deposits,proto3" json:"deposits,omitempty"`
	Exits                []*Exit             `protobuf:"bytes,5,rep,name=exits,proto3" json:"exits,omitempty"`
	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) GetExits

func (m *BeaconBlockBody) GetExits() []*Exit

func (*BeaconBlockBody) GetProposerSlashings

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

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 (dst *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 BeaconBlockRequest

type BeaconBlockRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconBlockRequest) Descriptor

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

func (*BeaconBlockRequest) GetHash

func (m *BeaconBlockRequest) GetHash() []byte

func (*BeaconBlockRequest) Marshal

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

func (*BeaconBlockRequest) MarshalTo

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

func (*BeaconBlockRequest) ProtoMessage

func (*BeaconBlockRequest) ProtoMessage()

func (*BeaconBlockRequest) Reset

func (m *BeaconBlockRequest) Reset()

func (*BeaconBlockRequest) Size

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

func (*BeaconBlockRequest) String

func (m *BeaconBlockRequest) String() string

func (*BeaconBlockRequest) Unmarshal

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

func (*BeaconBlockRequest) XXX_DiscardUnknown

func (m *BeaconBlockRequest) XXX_DiscardUnknown()

func (*BeaconBlockRequest) XXX_Marshal

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

func (*BeaconBlockRequest) XXX_Merge

func (dst *BeaconBlockRequest) XXX_Merge(src proto.Message)

func (*BeaconBlockRequest) XXX_Size

func (m *BeaconBlockRequest) XXX_Size() int

func (*BeaconBlockRequest) XXX_Unmarshal

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

type BeaconBlockRequestBySlotNumber

type BeaconBlockRequestBySlotNumber struct {
	SlotNumber           uint64   `protobuf:"varint,1,opt,name=slot_number,json=slotNumber,proto3" json:"slot_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconBlockRequestBySlotNumber) Descriptor

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

func (*BeaconBlockRequestBySlotNumber) GetSlotNumber

func (m *BeaconBlockRequestBySlotNumber) GetSlotNumber() uint64

func (*BeaconBlockRequestBySlotNumber) Marshal

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

func (*BeaconBlockRequestBySlotNumber) MarshalTo

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

func (*BeaconBlockRequestBySlotNumber) ProtoMessage

func (*BeaconBlockRequestBySlotNumber) ProtoMessage()

func (*BeaconBlockRequestBySlotNumber) Reset

func (m *BeaconBlockRequestBySlotNumber) Reset()

func (*BeaconBlockRequestBySlotNumber) Size

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

func (*BeaconBlockRequestBySlotNumber) String

func (*BeaconBlockRequestBySlotNumber) Unmarshal

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

func (*BeaconBlockRequestBySlotNumber) XXX_DiscardUnknown

func (m *BeaconBlockRequestBySlotNumber) XXX_DiscardUnknown()

func (*BeaconBlockRequestBySlotNumber) XXX_Marshal

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

func (*BeaconBlockRequestBySlotNumber) XXX_Merge

func (dst *BeaconBlockRequestBySlotNumber) XXX_Merge(src proto.Message)

func (*BeaconBlockRequestBySlotNumber) XXX_Size

func (m *BeaconBlockRequestBySlotNumber) XXX_Size() int

func (*BeaconBlockRequestBySlotNumber) XXX_Unmarshal

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

type BeaconBlockResponse

type BeaconBlockResponse struct {
	Block                *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Attestation          *Attestation `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*BeaconBlockResponse) Descriptor

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

func (*BeaconBlockResponse) GetAttestation

func (m *BeaconBlockResponse) GetAttestation() *Attestation

func (*BeaconBlockResponse) GetBlock

func (m *BeaconBlockResponse) GetBlock() *BeaconBlock

func (*BeaconBlockResponse) Marshal

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

func (*BeaconBlockResponse) MarshalTo

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

func (*BeaconBlockResponse) ProtoMessage

func (*BeaconBlockResponse) ProtoMessage()

func (*BeaconBlockResponse) Reset

func (m *BeaconBlockResponse) Reset()

func (*BeaconBlockResponse) Size

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

func (*BeaconBlockResponse) String

func (m *BeaconBlockResponse) String() string

func (*BeaconBlockResponse) Unmarshal

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

func (*BeaconBlockResponse) XXX_DiscardUnknown

func (m *BeaconBlockResponse) XXX_DiscardUnknown()

func (*BeaconBlockResponse) XXX_Marshal

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

func (*BeaconBlockResponse) XXX_Merge

func (dst *BeaconBlockResponse) XXX_Merge(src proto.Message)

func (*BeaconBlockResponse) XXX_Size

func (m *BeaconBlockResponse) XXX_Size() int

func (*BeaconBlockResponse) XXX_Unmarshal

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

type BeaconState

type BeaconState struct {
	ValidatorRegistry            []*Validator                `protobuf:"bytes,1,rep,name=validator_registry,json=validatorRegistry,proto3" json:"validator_registry,omitempty"`
	ValidatorRegistryUpdateEpoch uint64                      `` /* 150-byte string literal not displayed */
	ValidatorBalances            []uint64                    `protobuf:"varint,3,rep,packed,name=validator_balances,json=validatorBalances,proto3" json:"validator_balances,omitempty"`
	LatestRandaoMixesHash32S     [][]byte                    `` /* 140-byte string literal not displayed */
	PreviousEpochStartShard      uint64                      `` /* 138-byte string literal not displayed */
	CurrentEpochStartShard       uint64                      `` /* 135-byte string literal not displayed */
	PreviousCalculationEpoch     uint64                      `` /* 139-byte string literal not displayed */
	CurrentCalculationEpoch      uint64                      `` /* 136-byte string literal not displayed */
	PreviousEpochSeedHash32      []byte                      `` /* 137-byte string literal not displayed */
	CurrentEpochSeedHash32       []byte                      `` /* 134-byte string literal not displayed */
	PreviousJustifiedEpoch       uint64                      `` /* 133-byte string literal not displayed */
	JustifiedEpoch               uint64                      `protobuf:"varint,2002,opt,name=justified_epoch,json=justifiedEpoch,proto3" json:"justified_epoch,omitempty"`
	JustificationBitfield        uint64                      `` /* 128-byte string literal not displayed */
	FinalizedEpoch               uint64                      `protobuf:"varint,2004,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty"`
	LatestCrosslinks             []*CrosslinkRecord          `protobuf:"bytes,3001,rep,name=latest_crosslinks,json=latestCrosslinks,proto3" json:"latest_crosslinks,omitempty"`
	LatestBlockRootHash32S       [][]byte                    `` /* 134-byte string literal not displayed */
	BatchedBlockRootHash32S      [][]byte                    `` /* 137-byte string literal not displayed */
	LatestPenalizedBalances      []uint64                    `` /* 143-byte string literal not displayed */
	LatestAttestations           []*PendingAttestationRecord `protobuf:"bytes,3006,rep,name=latest_attestations,json=latestAttestations,proto3" json:"latest_attestations,omitempty"`
	LatestIndexRootHash32S       [][]byte                    `` /* 134-byte string literal not displayed */
	LatestEth1Data               *Eth1Data                   `protobuf:"bytes,4001,opt,name=latest_eth1_data,json=latestEth1Data,proto3" json:"latest_eth1_data,omitempty"`
	Eth1DataVotes                []*Eth1DataVote             `protobuf:"bytes,4002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty"`
	GenesisTime                  uint64                      `protobuf:"varint,5001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	Fork                         *Fork                       `protobuf:"bytes,5002,opt,name=fork,proto3" json:"fork,omitempty"`
	Slot                         uint64                      `protobuf:"varint,5003,opt,name=slot,proto3" json:"slot,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                    `json:"-"`
	XXX_unrecognized             []byte                      `json:"-"`
	XXX_sizecache                int32                       `json:"-"`
}

func (*BeaconState) Descriptor

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

func (*BeaconState) GetBatchedBlockRootHash32S

func (m *BeaconState) GetBatchedBlockRootHash32S() [][]byte

func (*BeaconState) GetCurrentCalculationEpoch

func (m *BeaconState) GetCurrentCalculationEpoch() uint64

func (*BeaconState) GetCurrentEpochSeedHash32

func (m *BeaconState) GetCurrentEpochSeedHash32() []byte

func (*BeaconState) GetCurrentEpochStartShard

func (m *BeaconState) GetCurrentEpochStartShard() uint64

func (*BeaconState) GetEth1DataVotes

func (m *BeaconState) GetEth1DataVotes() []*Eth1DataVote

func (*BeaconState) GetFinalizedEpoch

func (m *BeaconState) GetFinalizedEpoch() uint64

func (*BeaconState) GetFork

func (m *BeaconState) GetFork() *Fork

func (*BeaconState) GetGenesisTime

func (m *BeaconState) GetGenesisTime() uint64

func (*BeaconState) GetJustificationBitfield

func (m *BeaconState) GetJustificationBitfield() uint64

func (*BeaconState) GetJustifiedEpoch

func (m *BeaconState) GetJustifiedEpoch() uint64

func (*BeaconState) GetLatestAttestations

func (m *BeaconState) GetLatestAttestations() []*PendingAttestationRecord

func (*BeaconState) GetLatestBlockRootHash32S

func (m *BeaconState) GetLatestBlockRootHash32S() [][]byte
func (m *BeaconState) GetLatestCrosslinks() []*CrosslinkRecord

func (*BeaconState) GetLatestEth1Data

func (m *BeaconState) GetLatestEth1Data() *Eth1Data

func (*BeaconState) GetLatestIndexRootHash32S

func (m *BeaconState) GetLatestIndexRootHash32S() [][]byte

func (*BeaconState) GetLatestPenalizedBalances

func (m *BeaconState) GetLatestPenalizedBalances() []uint64

func (*BeaconState) GetLatestRandaoMixesHash32S

func (m *BeaconState) GetLatestRandaoMixesHash32S() [][]byte

func (*BeaconState) GetPreviousCalculationEpoch

func (m *BeaconState) GetPreviousCalculationEpoch() uint64

func (*BeaconState) GetPreviousEpochSeedHash32

func (m *BeaconState) GetPreviousEpochSeedHash32() []byte

func (*BeaconState) GetPreviousEpochStartShard

func (m *BeaconState) GetPreviousEpochStartShard() uint64

func (*BeaconState) GetPreviousJustifiedEpoch

func (m *BeaconState) GetPreviousJustifiedEpoch() uint64

func (*BeaconState) GetSlot

func (m *BeaconState) GetSlot() uint64

func (*BeaconState) GetValidatorBalances

func (m *BeaconState) GetValidatorBalances() []uint64

func (*BeaconState) GetValidatorRegistry

func (m *BeaconState) GetValidatorRegistry() []*Validator

func (*BeaconState) GetValidatorRegistryUpdateEpoch

func (m *BeaconState) GetValidatorRegistryUpdateEpoch() uint64

func (*BeaconState) Marshal

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

func (*BeaconState) MarshalTo

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

func (*BeaconState) ProtoMessage

func (*BeaconState) ProtoMessage()

func (*BeaconState) Reset

func (m *BeaconState) Reset()

func (*BeaconState) Size

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

func (*BeaconState) String

func (m *BeaconState) String() string

func (*BeaconState) Unmarshal

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

func (*BeaconState) XXX_DiscardUnknown

func (m *BeaconState) XXX_DiscardUnknown()

func (*BeaconState) XXX_Marshal

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

func (*BeaconState) XXX_Merge

func (dst *BeaconState) XXX_Merge(src proto.Message)

func (*BeaconState) XXX_Size

func (m *BeaconState) XXX_Size() int

func (*BeaconState) XXX_Unmarshal

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

type BeaconStateHashAnnounce

type BeaconStateHashAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconStateHashAnnounce) Descriptor

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

func (*BeaconStateHashAnnounce) GetHash

func (m *BeaconStateHashAnnounce) GetHash() []byte

func (*BeaconStateHashAnnounce) Marshal

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

func (*BeaconStateHashAnnounce) MarshalTo

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

func (*BeaconStateHashAnnounce) ProtoMessage

func (*BeaconStateHashAnnounce) ProtoMessage()

func (*BeaconStateHashAnnounce) Reset

func (m *BeaconStateHashAnnounce) Reset()

func (*BeaconStateHashAnnounce) Size

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

func (*BeaconStateHashAnnounce) String

func (m *BeaconStateHashAnnounce) String() string

func (*BeaconStateHashAnnounce) Unmarshal

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

func (*BeaconStateHashAnnounce) XXX_DiscardUnknown

func (m *BeaconStateHashAnnounce) XXX_DiscardUnknown()

func (*BeaconStateHashAnnounce) XXX_Marshal

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

func (*BeaconStateHashAnnounce) XXX_Merge

func (dst *BeaconStateHashAnnounce) XXX_Merge(src proto.Message)

func (*BeaconStateHashAnnounce) XXX_Size

func (m *BeaconStateHashAnnounce) XXX_Size() int

func (*BeaconStateHashAnnounce) XXX_Unmarshal

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

type BeaconStateRequest

type BeaconStateRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconStateRequest) Descriptor

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

func (*BeaconStateRequest) GetHash

func (m *BeaconStateRequest) GetHash() []byte

func (*BeaconStateRequest) Marshal

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

func (*BeaconStateRequest) MarshalTo

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

func (*BeaconStateRequest) ProtoMessage

func (*BeaconStateRequest) ProtoMessage()

func (*BeaconStateRequest) Reset

func (m *BeaconStateRequest) Reset()

func (*BeaconStateRequest) Size

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

func (*BeaconStateRequest) String

func (m *BeaconStateRequest) String() string

func (*BeaconStateRequest) Unmarshal

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

func (*BeaconStateRequest) XXX_DiscardUnknown

func (m *BeaconStateRequest) XXX_DiscardUnknown()

func (*BeaconStateRequest) XXX_Marshal

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

func (*BeaconStateRequest) XXX_Merge

func (dst *BeaconStateRequest) XXX_Merge(src proto.Message)

func (*BeaconStateRequest) XXX_Size

func (m *BeaconStateRequest) XXX_Size() int

func (*BeaconStateRequest) XXX_Unmarshal

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

type BeaconStateResponse

type BeaconStateResponse struct {
	BeaconState          *BeaconState `protobuf:"bytes,1,opt,name=beacon_state,json=beaconState,proto3" json:"beacon_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*BeaconStateResponse) Descriptor

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

func (*BeaconStateResponse) GetBeaconState

func (m *BeaconStateResponse) GetBeaconState() *BeaconState

func (*BeaconStateResponse) Marshal

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

func (*BeaconStateResponse) MarshalTo

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

func (*BeaconStateResponse) ProtoMessage

func (*BeaconStateResponse) ProtoMessage()

func (*BeaconStateResponse) Reset

func (m *BeaconStateResponse) Reset()

func (*BeaconStateResponse) Size

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

func (*BeaconStateResponse) String

func (m *BeaconStateResponse) String() string

func (*BeaconStateResponse) Unmarshal

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

func (*BeaconStateResponse) XXX_DiscardUnknown

func (m *BeaconStateResponse) XXX_DiscardUnknown()

func (*BeaconStateResponse) XXX_Marshal

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

func (*BeaconStateResponse) XXX_Merge

func (dst *BeaconStateResponse) XXX_Merge(src proto.Message)

func (*BeaconStateResponse) XXX_Size

func (m *BeaconStateResponse) XXX_Size() int

func (*BeaconStateResponse) XXX_Unmarshal

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

type ChainHeadRequest

type ChainHeadRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainHeadRequest) Descriptor

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

func (*ChainHeadRequest) Marshal

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

func (*ChainHeadRequest) MarshalTo

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

func (*ChainHeadRequest) ProtoMessage

func (*ChainHeadRequest) ProtoMessage()

func (*ChainHeadRequest) Reset

func (m *ChainHeadRequest) Reset()

func (*ChainHeadRequest) Size

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

func (*ChainHeadRequest) String

func (m *ChainHeadRequest) String() string

func (*ChainHeadRequest) Unmarshal

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

func (*ChainHeadRequest) XXX_DiscardUnknown

func (m *ChainHeadRequest) XXX_DiscardUnknown()

func (*ChainHeadRequest) XXX_Marshal

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

func (*ChainHeadRequest) XXX_Merge

func (dst *ChainHeadRequest) XXX_Merge(src proto.Message)

func (*ChainHeadRequest) XXX_Size

func (m *ChainHeadRequest) XXX_Size() int

func (*ChainHeadRequest) XXX_Unmarshal

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

type ChainHeadResponse

type ChainHeadResponse struct {
	Hash                 []byte       `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Slot                 uint64       `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Block                *BeaconBlock `protobuf:"bytes,3,opt,name=block,proto3" json:"block,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ChainHeadResponse) Descriptor

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

func (*ChainHeadResponse) GetBlock

func (m *ChainHeadResponse) GetBlock() *BeaconBlock

func (*ChainHeadResponse) GetHash

func (m *ChainHeadResponse) GetHash() []byte

func (*ChainHeadResponse) GetSlot

func (m *ChainHeadResponse) GetSlot() uint64

func (*ChainHeadResponse) Marshal

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

func (*ChainHeadResponse) MarshalTo

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

func (*ChainHeadResponse) ProtoMessage

func (*ChainHeadResponse) ProtoMessage()

func (*ChainHeadResponse) Reset

func (m *ChainHeadResponse) Reset()

func (*ChainHeadResponse) Size

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

func (*ChainHeadResponse) String

func (m *ChainHeadResponse) String() string

func (*ChainHeadResponse) Unmarshal

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

func (*ChainHeadResponse) XXX_DiscardUnknown

func (m *ChainHeadResponse) XXX_DiscardUnknown()

func (*ChainHeadResponse) XXX_Marshal

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

func (*ChainHeadResponse) XXX_Merge

func (dst *ChainHeadResponse) XXX_Merge(src proto.Message)

func (*ChainHeadResponse) XXX_Size

func (m *ChainHeadResponse) XXX_Size() int

func (*ChainHeadResponse) XXX_Unmarshal

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

type CrosslinkRecord

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

func (*CrosslinkRecord) Descriptor

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

func (*CrosslinkRecord) GetEpoch

func (m *CrosslinkRecord) GetEpoch() uint64

func (*CrosslinkRecord) GetShardBlockRootHash32

func (m *CrosslinkRecord) GetShardBlockRootHash32() []byte

func (*CrosslinkRecord) Marshal

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

func (*CrosslinkRecord) MarshalTo

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

func (*CrosslinkRecord) ProtoMessage

func (*CrosslinkRecord) ProtoMessage()

func (*CrosslinkRecord) Reset

func (m *CrosslinkRecord) Reset()

func (*CrosslinkRecord) Size

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

func (*CrosslinkRecord) String

func (m *CrosslinkRecord) String() string

func (*CrosslinkRecord) Unmarshal

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

func (*CrosslinkRecord) XXX_DiscardUnknown

func (m *CrosslinkRecord) XXX_DiscardUnknown()

func (*CrosslinkRecord) XXX_Marshal

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

func (*CrosslinkRecord) XXX_Merge

func (dst *CrosslinkRecord) XXX_Merge(src proto.Message)

func (*CrosslinkRecord) XXX_Size

func (m *CrosslinkRecord) XXX_Size() int

func (*CrosslinkRecord) XXX_Unmarshal

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

type Deposit

type Deposit struct {
	MerkleBranchHash32S  [][]byte `protobuf:"bytes,1,rep,name=merkle_branch_hash32s,json=merkleBranchHash32s,proto3" json:"merkle_branch_hash32s,omitempty"`
	MerkleTreeIndex      uint64   `protobuf:"varint,2,opt,name=merkle_tree_index,json=merkleTreeIndex,proto3" json:"merkle_tree_index,omitempty"`
	DepositData          []byte   `protobuf:"bytes,3,opt,name=deposit_data,json=depositData,proto3" json:"deposit_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Deposit) Descriptor

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

func (*Deposit) GetDepositData

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

func (*Deposit) GetMerkleBranchHash32S

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

func (*Deposit) GetMerkleTreeIndex

func (m *Deposit) GetMerkleTreeIndex() uint64

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 (dst *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 DepositAnnounce

type DepositAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DepositAnnounce) Descriptor

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

func (*DepositAnnounce) GetHash

func (m *DepositAnnounce) GetHash() []byte

func (*DepositAnnounce) Marshal

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

func (*DepositAnnounce) MarshalTo

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

func (*DepositAnnounce) ProtoMessage

func (*DepositAnnounce) ProtoMessage()

func (*DepositAnnounce) Reset

func (m *DepositAnnounce) Reset()

func (*DepositAnnounce) Size

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

func (*DepositAnnounce) String

func (m *DepositAnnounce) String() string

func (*DepositAnnounce) Unmarshal

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

func (*DepositAnnounce) XXX_DiscardUnknown

func (m *DepositAnnounce) XXX_DiscardUnknown()

func (*DepositAnnounce) XXX_Marshal

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

func (*DepositAnnounce) XXX_Merge

func (dst *DepositAnnounce) XXX_Merge(src proto.Message)

func (*DepositAnnounce) XXX_Size

func (m *DepositAnnounce) XXX_Size() int

func (*DepositAnnounce) XXX_Unmarshal

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

type DepositData

type DepositData struct {
	DepositInput         *DepositInput `protobuf:"bytes,1,opt,name=deposit_input,json=depositInput,proto3" json:"deposit_input,omitempty"`
	Amount               uint64        `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Timestamp            uint64        `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DepositData) Descriptor

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

func (*DepositData) GetAmount

func (m *DepositData) GetAmount() uint64

func (*DepositData) GetDepositInput

func (m *DepositData) GetDepositInput() *DepositInput

func (*DepositData) GetTimestamp

func (m *DepositData) GetTimestamp() uint64

func (*DepositData) Marshal

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

func (*DepositData) MarshalTo

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

func (*DepositData) ProtoMessage

func (*DepositData) ProtoMessage()

func (*DepositData) Reset

func (m *DepositData) Reset()

func (*DepositData) Size

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

func (*DepositData) String

func (m *DepositData) String() string

func (*DepositData) Unmarshal

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

func (*DepositData) XXX_DiscardUnknown

func (m *DepositData) XXX_DiscardUnknown()

func (*DepositData) XXX_Marshal

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

func (*DepositData) XXX_Merge

func (dst *DepositData) XXX_Merge(src proto.Message)

func (*DepositData) XXX_Size

func (m *DepositData) XXX_Size() int

func (*DepositData) XXX_Unmarshal

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

type DepositInput

type DepositInput struct {
	Pubkey                      []byte   `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	ProofOfPossession           []byte   `protobuf:"bytes,2,opt,name=proof_of_possession,json=proofOfPossession,proto3" json:"proof_of_possession,omitempty"`
	WithdrawalCredentialsHash32 []byte   `` /* 144-byte string literal not displayed */
	RandaoCommitmentHash32      []byte   `` /* 129-byte string literal not displayed */
	CustodyCommitmentHash32     []byte   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*DepositInput) Descriptor

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

func (*DepositInput) GetCustodyCommitmentHash32

func (m *DepositInput) GetCustodyCommitmentHash32() []byte

func (*DepositInput) GetProofOfPossession

func (m *DepositInput) GetProofOfPossession() []byte

func (*DepositInput) GetPubkey

func (m *DepositInput) GetPubkey() []byte

func (*DepositInput) GetRandaoCommitmentHash32

func (m *DepositInput) GetRandaoCommitmentHash32() []byte

func (*DepositInput) GetWithdrawalCredentialsHash32

func (m *DepositInput) GetWithdrawalCredentialsHash32() []byte

func (*DepositInput) Marshal

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

func (*DepositInput) MarshalTo

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

func (*DepositInput) ProtoMessage

func (*DepositInput) ProtoMessage()

func (*DepositInput) Reset

func (m *DepositInput) Reset()

func (*DepositInput) Size

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

func (*DepositInput) String

func (m *DepositInput) String() string

func (*DepositInput) Unmarshal

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

func (*DepositInput) XXX_DiscardUnknown

func (m *DepositInput) XXX_DiscardUnknown()

func (*DepositInput) XXX_Marshal

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

func (*DepositInput) XXX_Merge

func (dst *DepositInput) XXX_Merge(src proto.Message)

func (*DepositInput) XXX_Size

func (m *DepositInput) XXX_Size() int

func (*DepositInput) XXX_Unmarshal

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

type DepositRequest

type DepositRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DepositRequest) Descriptor

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

func (*DepositRequest) GetHash

func (m *DepositRequest) GetHash() []byte

func (*DepositRequest) Marshal

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

func (*DepositRequest) MarshalTo

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

func (*DepositRequest) ProtoMessage

func (*DepositRequest) ProtoMessage()

func (*DepositRequest) Reset

func (m *DepositRequest) Reset()

func (*DepositRequest) Size

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

func (*DepositRequest) String

func (m *DepositRequest) String() string

func (*DepositRequest) Unmarshal

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

func (*DepositRequest) XXX_DiscardUnknown

func (m *DepositRequest) XXX_DiscardUnknown()

func (*DepositRequest) XXX_Marshal

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

func (*DepositRequest) XXX_Merge

func (dst *DepositRequest) XXX_Merge(src proto.Message)

func (*DepositRequest) XXX_Size

func (m *DepositRequest) XXX_Size() int

func (*DepositRequest) XXX_Unmarshal

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

type DepositResponse

type DepositResponse struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Deposit              *Deposit `protobuf:"bytes,2,opt,name=deposit,proto3" json:"deposit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DepositResponse) Descriptor

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

func (*DepositResponse) GetDeposit

func (m *DepositResponse) GetDeposit() *Deposit

func (*DepositResponse) GetHash

func (m *DepositResponse) GetHash() []byte

func (*DepositResponse) Marshal

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

func (*DepositResponse) MarshalTo

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

func (*DepositResponse) ProtoMessage

func (*DepositResponse) ProtoMessage()

func (*DepositResponse) Reset

func (m *DepositResponse) Reset()

func (*DepositResponse) Size

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

func (*DepositResponse) String

func (m *DepositResponse) String() string

func (*DepositResponse) Unmarshal

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

func (*DepositResponse) XXX_DiscardUnknown

func (m *DepositResponse) XXX_DiscardUnknown()

func (*DepositResponse) XXX_Marshal

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

func (*DepositResponse) XXX_Merge

func (dst *DepositResponse) XXX_Merge(src proto.Message)

func (*DepositResponse) XXX_Size

func (m *DepositResponse) XXX_Size() int

func (*DepositResponse) XXX_Unmarshal

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

type Eth1Data

type Eth1Data struct {
	DepositRootHash32    []byte   `protobuf:"bytes,1,opt,name=deposit_root_hash32,json=depositRootHash32,proto3" json:"deposit_root_hash32,omitempty"`
	BlockHash32          []byte   `protobuf:"bytes,2,opt,name=block_hash32,json=blockHash32,proto3" json:"block_hash32,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Eth1Data) Descriptor

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

func (*Eth1Data) GetBlockHash32

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

func (*Eth1Data) GetDepositRootHash32

func (m *Eth1Data) GetDepositRootHash32() []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 (dst *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 Eth1DataVote

type Eth1DataVote struct {
	Eth1Data             *Eth1Data `protobuf:"bytes,1,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	VoteCount            uint64    `protobuf:"varint,2,opt,name=vote_count,json=voteCount,proto3" json:"vote_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Eth1DataVote) Descriptor

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

func (*Eth1DataVote) GetEth1Data

func (m *Eth1DataVote) GetEth1Data() *Eth1Data

func (*Eth1DataVote) GetVoteCount

func (m *Eth1DataVote) GetVoteCount() uint64

func (*Eth1DataVote) Marshal

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

func (*Eth1DataVote) MarshalTo

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

func (*Eth1DataVote) ProtoMessage

func (*Eth1DataVote) ProtoMessage()

func (*Eth1DataVote) Reset

func (m *Eth1DataVote) Reset()

func (*Eth1DataVote) Size

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

func (*Eth1DataVote) String

func (m *Eth1DataVote) String() string

func (*Eth1DataVote) Unmarshal

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

func (*Eth1DataVote) XXX_DiscardUnknown

func (m *Eth1DataVote) XXX_DiscardUnknown()

func (*Eth1DataVote) XXX_Marshal

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

func (*Eth1DataVote) XXX_Merge

func (dst *Eth1DataVote) XXX_Merge(src proto.Message)

func (*Eth1DataVote) XXX_Size

func (m *Eth1DataVote) XXX_Size() int

func (*Eth1DataVote) XXX_Unmarshal

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

type Exit

type Exit struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Exit) Descriptor

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

func (*Exit) GetSignature

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

func (*Exit) GetSlot

func (m *Exit) GetSlot() uint64

func (*Exit) GetValidatorIndex

func (m *Exit) GetValidatorIndex() uint64

func (*Exit) Marshal

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

func (*Exit) MarshalTo

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

func (*Exit) ProtoMessage

func (*Exit) ProtoMessage()

func (*Exit) Reset

func (m *Exit) Reset()

func (*Exit) Size

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

func (*Exit) String

func (m *Exit) String() string

func (*Exit) Unmarshal

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

func (*Exit) XXX_DiscardUnknown

func (m *Exit) XXX_DiscardUnknown()

func (*Exit) XXX_Marshal

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

func (*Exit) XXX_Merge

func (dst *Exit) XXX_Merge(src proto.Message)

func (*Exit) XXX_Size

func (m *Exit) XXX_Size() int

func (*Exit) XXX_Unmarshal

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

type ExitAnnounce

type ExitAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExitAnnounce) Descriptor

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

func (*ExitAnnounce) GetHash

func (m *ExitAnnounce) GetHash() []byte

func (*ExitAnnounce) Marshal

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

func (*ExitAnnounce) MarshalTo

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

func (*ExitAnnounce) ProtoMessage

func (*ExitAnnounce) ProtoMessage()

func (*ExitAnnounce) Reset

func (m *ExitAnnounce) Reset()

func (*ExitAnnounce) Size

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

func (*ExitAnnounce) String

func (m *ExitAnnounce) String() string

func (*ExitAnnounce) Unmarshal

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

func (*ExitAnnounce) XXX_DiscardUnknown

func (m *ExitAnnounce) XXX_DiscardUnknown()

func (*ExitAnnounce) XXX_Marshal

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

func (*ExitAnnounce) XXX_Merge

func (dst *ExitAnnounce) XXX_Merge(src proto.Message)

func (*ExitAnnounce) XXX_Size

func (m *ExitAnnounce) XXX_Size() int

func (*ExitAnnounce) XXX_Unmarshal

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

type ExitRequest

type ExitRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExitRequest) Descriptor

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

func (*ExitRequest) GetHash

func (m *ExitRequest) GetHash() []byte

func (*ExitRequest) Marshal

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

func (*ExitRequest) MarshalTo

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

func (*ExitRequest) ProtoMessage

func (*ExitRequest) ProtoMessage()

func (*ExitRequest) Reset

func (m *ExitRequest) Reset()

func (*ExitRequest) Size

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

func (*ExitRequest) String

func (m *ExitRequest) String() string

func (*ExitRequest) Unmarshal

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

func (*ExitRequest) XXX_DiscardUnknown

func (m *ExitRequest) XXX_DiscardUnknown()

func (*ExitRequest) XXX_Marshal

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

func (*ExitRequest) XXX_Merge

func (dst *ExitRequest) XXX_Merge(src proto.Message)

func (*ExitRequest) XXX_Size

func (m *ExitRequest) XXX_Size() int

func (*ExitRequest) XXX_Unmarshal

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

type ExitResponse

type ExitResponse struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Exit                 *Exit    `protobuf:"bytes,2,opt,name=exit,proto3" json:"exit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExitResponse) Descriptor

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

func (*ExitResponse) GetExit

func (m *ExitResponse) GetExit() *Exit

func (*ExitResponse) GetHash

func (m *ExitResponse) GetHash() []byte

func (*ExitResponse) Marshal

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

func (*ExitResponse) MarshalTo

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

func (*ExitResponse) ProtoMessage

func (*ExitResponse) ProtoMessage()

func (*ExitResponse) Reset

func (m *ExitResponse) Reset()

func (*ExitResponse) Size

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

func (*ExitResponse) String

func (m *ExitResponse) String() string

func (*ExitResponse) Unmarshal

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

func (*ExitResponse) XXX_DiscardUnknown

func (m *ExitResponse) XXX_DiscardUnknown()

func (*ExitResponse) XXX_Marshal

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

func (*ExitResponse) XXX_Merge

func (dst *ExitResponse) XXX_Merge(src proto.Message)

func (*ExitResponse) XXX_Size

func (m *ExitResponse) XXX_Size() int

func (*ExitResponse) XXX_Unmarshal

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

type Fork

type Fork struct {
	PreviousVersion      uint64   `protobuf:"varint,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty"`
	CurrentVersion       uint64   `protobuf:"varint,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"`
	Epoch                uint64   `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Fork) Descriptor

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

func (*Fork) GetCurrentVersion

func (m *Fork) GetCurrentVersion() uint64

func (*Fork) GetEpoch

func (m *Fork) GetEpoch() uint64

func (*Fork) GetPreviousVersion

func (m *Fork) GetPreviousVersion() uint64

func (*Fork) Marshal

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

func (*Fork) MarshalTo

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

func (*Fork) ProtoMessage

func (*Fork) ProtoMessage()

func (*Fork) Reset

func (m *Fork) Reset()

func (*Fork) Size

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

func (*Fork) String

func (m *Fork) String() string

func (*Fork) Unmarshal

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

func (*Fork) XXX_DiscardUnknown

func (m *Fork) XXX_DiscardUnknown()

func (*Fork) XXX_Marshal

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

func (*Fork) XXX_Merge

func (dst *Fork) XXX_Merge(src proto.Message)

func (*Fork) XXX_Size

func (m *Fork) XXX_Size() int

func (*Fork) XXX_Unmarshal

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

type PendingAttestationRecord

type PendingAttestationRecord struct {
	Data                 *AttestationData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	AggregationBitfield  []byte           `protobuf:"bytes,2,opt,name=aggregation_bitfield,json=aggregationBitfield,proto3" json:"aggregation_bitfield,omitempty"`
	CustodyBitfield      []byte           `protobuf:"bytes,3,opt,name=custody_bitfield,json=custodyBitfield,proto3" json:"custody_bitfield,omitempty"`
	SlotIncluded         uint64           `protobuf:"varint,4,opt,name=slot_included,json=slotIncluded,proto3" json:"slot_included,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PendingAttestationRecord) Descriptor

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

func (*PendingAttestationRecord) GetAggregationBitfield

func (m *PendingAttestationRecord) GetAggregationBitfield() []byte

func (*PendingAttestationRecord) GetCustodyBitfield

func (m *PendingAttestationRecord) GetCustodyBitfield() []byte

func (*PendingAttestationRecord) GetData

func (*PendingAttestationRecord) GetSlotIncluded

func (m *PendingAttestationRecord) GetSlotIncluded() uint64

func (*PendingAttestationRecord) Marshal

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

func (*PendingAttestationRecord) MarshalTo

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

func (*PendingAttestationRecord) ProtoMessage

func (*PendingAttestationRecord) ProtoMessage()

func (*PendingAttestationRecord) Reset

func (m *PendingAttestationRecord) Reset()

func (*PendingAttestationRecord) Size

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

func (*PendingAttestationRecord) String

func (m *PendingAttestationRecord) String() string

func (*PendingAttestationRecord) Unmarshal

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

func (*PendingAttestationRecord) XXX_DiscardUnknown

func (m *PendingAttestationRecord) XXX_DiscardUnknown()

func (*PendingAttestationRecord) XXX_Marshal

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

func (*PendingAttestationRecord) XXX_Merge

func (dst *PendingAttestationRecord) XXX_Merge(src proto.Message)

func (*PendingAttestationRecord) XXX_Size

func (m *PendingAttestationRecord) XXX_Size() int

func (*PendingAttestationRecord) XXX_Unmarshal

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

type ProposalSignedData

type ProposalSignedData struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Shard                uint64   `protobuf:"varint,2,opt,name=shard,proto3" json:"shard,omitempty"`
	BlockRootHash32      []byte   `protobuf:"bytes,3,opt,name=block_root_hash32,json=blockRootHash32,proto3" json:"block_root_hash32,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProposalSignedData) Descriptor

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

func (*ProposalSignedData) GetBlockRootHash32

func (m *ProposalSignedData) GetBlockRootHash32() []byte

func (*ProposalSignedData) GetShard

func (m *ProposalSignedData) GetShard() uint64

func (*ProposalSignedData) GetSlot

func (m *ProposalSignedData) GetSlot() uint64

func (*ProposalSignedData) Marshal

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

func (*ProposalSignedData) MarshalTo

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

func (*ProposalSignedData) ProtoMessage

func (*ProposalSignedData) ProtoMessage()

func (*ProposalSignedData) Reset

func (m *ProposalSignedData) Reset()

func (*ProposalSignedData) Size

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

func (*ProposalSignedData) String

func (m *ProposalSignedData) String() string

func (*ProposalSignedData) Unmarshal

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

func (*ProposalSignedData) XXX_DiscardUnknown

func (m *ProposalSignedData) XXX_DiscardUnknown()

func (*ProposalSignedData) XXX_Marshal

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

func (*ProposalSignedData) XXX_Merge

func (dst *ProposalSignedData) XXX_Merge(src proto.Message)

func (*ProposalSignedData) XXX_Size

func (m *ProposalSignedData) XXX_Size() int

func (*ProposalSignedData) XXX_Unmarshal

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

type ProposerSlashing

type ProposerSlashing struct {
	ProposerIndex        uint64              `protobuf:"varint,1,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	ProposalData_1       *ProposalSignedData `protobuf:"bytes,2,opt,name=proposal_data_1,json=proposalData1,proto3" json:"proposal_data_1,omitempty"`
	ProposalSignature_1  []byte              `protobuf:"bytes,3,opt,name=proposal_signature_1,json=proposalSignature1,proto3" json:"proposal_signature_1,omitempty"`
	ProposalData_2       *ProposalSignedData `protobuf:"bytes,4,opt,name=proposal_data_2,json=proposalData2,proto3" json:"proposal_data_2,omitempty"`
	ProposalSignature_2  []byte              `protobuf:"bytes,5,opt,name=proposal_signature_2,json=proposalSignature2,proto3" json:"proposal_signature_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ProposerSlashing) Descriptor

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

func (*ProposerSlashing) GetProposalData_1

func (m *ProposerSlashing) GetProposalData_1() *ProposalSignedData

func (*ProposerSlashing) GetProposalData_2

func (m *ProposerSlashing) GetProposalData_2() *ProposalSignedData

func (*ProposerSlashing) GetProposalSignature_1

func (m *ProposerSlashing) GetProposalSignature_1() []byte

func (*ProposerSlashing) GetProposalSignature_2

func (m *ProposerSlashing) GetProposalSignature_2() []byte

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 (dst *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 ProposerSlashingAnnounce

type ProposerSlashingAnnounce struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProposerSlashingAnnounce) Descriptor

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

func (*ProposerSlashingAnnounce) GetHash

func (m *ProposerSlashingAnnounce) GetHash() []byte

func (*ProposerSlashingAnnounce) Marshal

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

func (*ProposerSlashingAnnounce) MarshalTo

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

func (*ProposerSlashingAnnounce) ProtoMessage

func (*ProposerSlashingAnnounce) ProtoMessage()

func (*ProposerSlashingAnnounce) Reset

func (m *ProposerSlashingAnnounce) Reset()

func (*ProposerSlashingAnnounce) Size

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

func (*ProposerSlashingAnnounce) String

func (m *ProposerSlashingAnnounce) String() string

func (*ProposerSlashingAnnounce) Unmarshal

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

func (*ProposerSlashingAnnounce) XXX_DiscardUnknown

func (m *ProposerSlashingAnnounce) XXX_DiscardUnknown()

func (*ProposerSlashingAnnounce) XXX_Marshal

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

func (*ProposerSlashingAnnounce) XXX_Merge

func (dst *ProposerSlashingAnnounce) XXX_Merge(src proto.Message)

func (*ProposerSlashingAnnounce) XXX_Size

func (m *ProposerSlashingAnnounce) XXX_Size() int

func (*ProposerSlashingAnnounce) XXX_Unmarshal

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

type ProposerSlashingRequest

type ProposerSlashingRequest struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProposerSlashingRequest) Descriptor

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

func (*ProposerSlashingRequest) GetHash

func (m *ProposerSlashingRequest) GetHash() []byte

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 (dst *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 {
	Hash                 []byte            `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	ProposerSlashing     *ProposerSlashing `protobuf:"bytes,2,opt,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) GetHash

func (m *ProposerSlashingResponse) GetHash() []byte

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 (dst *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 ShardReassignmentRecord

type ShardReassignmentRecord struct {
	ValidatorIndex       uint64   `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	Shard                uint64   `protobuf:"varint,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Slot                 uint64   `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShardReassignmentRecord) Descriptor

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

func (*ShardReassignmentRecord) GetShard

func (m *ShardReassignmentRecord) GetShard() uint64

func (*ShardReassignmentRecord) GetSlot

func (m *ShardReassignmentRecord) GetSlot() uint64

func (*ShardReassignmentRecord) GetValidatorIndex

func (m *ShardReassignmentRecord) GetValidatorIndex() uint64

func (*ShardReassignmentRecord) Marshal

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

func (*ShardReassignmentRecord) MarshalTo

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

func (*ShardReassignmentRecord) ProtoMessage

func (*ShardReassignmentRecord) ProtoMessage()

func (*ShardReassignmentRecord) Reset

func (m *ShardReassignmentRecord) Reset()

func (*ShardReassignmentRecord) Size

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

func (*ShardReassignmentRecord) String

func (m *ShardReassignmentRecord) String() string

func (*ShardReassignmentRecord) Unmarshal

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

func (*ShardReassignmentRecord) XXX_DiscardUnknown

func (m *ShardReassignmentRecord) XXX_DiscardUnknown()

func (*ShardReassignmentRecord) XXX_Marshal

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

func (*ShardReassignmentRecord) XXX_Merge

func (dst *ShardReassignmentRecord) XXX_Merge(src proto.Message)

func (*ShardReassignmentRecord) XXX_Size

func (m *ShardReassignmentRecord) XXX_Size() int

func (*ShardReassignmentRecord) XXX_Unmarshal

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

type SlashableVote

type SlashableVote struct {
	ValidatorIndices     []uint64         `protobuf:"varint,1,rep,packed,name=validator_indices,json=validatorIndices,proto3" json:"validator_indices,omitempty"`
	CustodyBitfield      []byte           `protobuf:"bytes,2,opt,name=custody_bitfield,json=custodyBitfield,proto3" json:"custody_bitfield,omitempty"`
	Data                 *AttestationData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	AggregateSignature   []byte           `protobuf:"bytes,4,opt,name=aggregate_signature,json=aggregateSignature,proto3" json:"aggregate_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SlashableVote) Descriptor

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

func (*SlashableVote) GetAggregateSignature

func (m *SlashableVote) GetAggregateSignature() []byte

func (*SlashableVote) GetCustodyBitfield

func (m *SlashableVote) GetCustodyBitfield() []byte

func (*SlashableVote) GetData

func (m *SlashableVote) GetData() *AttestationData

func (*SlashableVote) GetValidatorIndices

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

func (*SlashableVote) Marshal

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

func (*SlashableVote) MarshalTo

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

func (*SlashableVote) ProtoMessage

func (*SlashableVote) ProtoMessage()

func (*SlashableVote) Reset

func (m *SlashableVote) Reset()

func (*SlashableVote) Size

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

func (*SlashableVote) String

func (m *SlashableVote) String() string

func (*SlashableVote) Unmarshal

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

func (*SlashableVote) XXX_DiscardUnknown

func (m *SlashableVote) XXX_DiscardUnknown()

func (*SlashableVote) XXX_Marshal

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

func (*SlashableVote) XXX_Merge

func (dst *SlashableVote) XXX_Merge(src proto.Message)

func (*SlashableVote) XXX_Size

func (m *SlashableVote) XXX_Size() int

func (*SlashableVote) XXX_Unmarshal

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

type Topic

type Topic int32
const (
	Topic_UNKNOWN                             Topic = 0
	Topic_BEACON_BLOCK_ANNOUNCE               Topic = 1
	Topic_BEACON_BLOCK_REQUEST                Topic = 2
	Topic_BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER Topic = 3
	Topic_BEACON_BLOCK_RESPONSE               Topic = 4
	Topic_BATCHED_BEACON_BLOCK_REQUEST        Topic = 5
	Topic_BATCHED_BEACON_BLOCK_RESPONSE       Topic = 6
	Topic_CHAIN_HEAD_REQUEST                  Topic = 7
	Topic_CHAIN_HEAD_RESPONSE                 Topic = 8
	Topic_BEACON_STATE_HASH_ANNOUNCE          Topic = 9
	Topic_BEACON_STATE_REQUEST                Topic = 10
	Topic_BEACON_STATE_RESPONSE               Topic = 11
	Topic_ATTESTATION_ANNOUNCE                Topic = 12
	Topic_ATTESTATION_REQUEST                 Topic = 13
	Topic_ATTESTATION_RESPONSE                Topic = 14
)

func (Topic) EnumDescriptor

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

func (Topic) String

func (x Topic) String() string

type Validator

type Validator struct {
	Pubkey                      []byte                `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	WithdrawalCredentialsHash32 []byte                `` /* 144-byte string literal not displayed */
	RandaoCommitmentHash32      []byte                `` /* 129-byte string literal not displayed */
	RandaoLayers                uint64                `protobuf:"varint,4,opt,name=randao_layers,json=randaoLayers,proto3" json:"randao_layers,omitempty"`
	ActivationEpoch             uint64                `protobuf:"varint,5,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty"`
	ExitEpoch                   uint64                `protobuf:"varint,6,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty"`
	WithdrawalEpoch             uint64                `protobuf:"varint,7,opt,name=withdrawal_epoch,json=withdrawalEpoch,proto3" json:"withdrawal_epoch,omitempty"`
	PenalizedEpoch              uint64                `protobuf:"varint,8,opt,name=penalized_epoch,json=penalizedEpoch,proto3" json:"penalized_epoch,omitempty"`
	StatusFlags                 Validator_StatusFlags `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}              `json:"-"`
	XXX_unrecognized            []byte                `json:"-"`
	XXX_sizecache               int32                 `json:"-"`
}

func (*Validator) Descriptor

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

func (*Validator) GetActivationEpoch

func (m *Validator) GetActivationEpoch() uint64

func (*Validator) GetExitEpoch

func (m *Validator) GetExitEpoch() uint64

func (*Validator) GetPenalizedEpoch

func (m *Validator) GetPenalizedEpoch() uint64

func (*Validator) GetPubkey

func (m *Validator) GetPubkey() []byte

func (*Validator) GetRandaoCommitmentHash32

func (m *Validator) GetRandaoCommitmentHash32() []byte

func (*Validator) GetRandaoLayers

func (m *Validator) GetRandaoLayers() uint64

func (*Validator) GetStatusFlags

func (m *Validator) GetStatusFlags() Validator_StatusFlags

func (*Validator) GetWithdrawalCredentialsHash32

func (m *Validator) GetWithdrawalCredentialsHash32() []byte

func (*Validator) GetWithdrawalEpoch

func (m *Validator) GetWithdrawalEpoch() uint64

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 (dst *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 Validator_StatusFlags

type Validator_StatusFlags int32
const (
	Validator_INITIAL        Validator_StatusFlags = 0
	Validator_INITIATED_EXIT Validator_StatusFlags = 1
	Validator_WITHDRAWABLE   Validator_StatusFlags = 2
)

func (Validator_StatusFlags) EnumDescriptor

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

func (Validator_StatusFlags) String

func (x Validator_StatusFlags) String() string

Jump to

Keyboard shortcuts

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