eth

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAttestation        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAttestation          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupAttestation = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBeaconBlock        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBeaconBlock          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBeaconBlock = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type AggregateAttestationAndProof

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

func NewAggregationAndProofFromNewPrysm

func NewAggregationAndProofFromNewPrysm(newPrysm *eth.AggregateAttestationAndProof) *AggregateAttestationAndProof

NewAggregationAndProofFromNewPrysm returns new AggregateAttestationAndProof struct

func (*AggregateAttestationAndProof) Descriptor

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

func (*AggregateAttestationAndProof) GetAggregate

func (m *AggregateAttestationAndProof) GetAggregate() *Attestation

func (*AggregateAttestationAndProof) GetAggregatorIndex

func (m *AggregateAttestationAndProof) GetAggregatorIndex() uint64

func (*AggregateAttestationAndProof) GetSelectionProof

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

func (*AggregateAttestationAndProof) Marshal

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

func (*AggregateAttestationAndProof) MarshalTo

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

func (*AggregateAttestationAndProof) MarshalToSizedBuffer

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

func (*AggregateAttestationAndProof) ProtoMessage

func (*AggregateAttestationAndProof) ProtoMessage()

func (*AggregateAttestationAndProof) Reset

func (m *AggregateAttestationAndProof) Reset()

func (*AggregateAttestationAndProof) Size

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

func (*AggregateAttestationAndProof) String

func (*AggregateAttestationAndProof) ToNewPrysm

ToNewPrysm returns AggregateAttestationAndProof

func (*AggregateAttestationAndProof) Unmarshal

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

func (*AggregateAttestationAndProof) XXX_DiscardUnknown

func (m *AggregateAttestationAndProof) XXX_DiscardUnknown()

func (*AggregateAttestationAndProof) XXX_Marshal

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

func (*AggregateAttestationAndProof) XXX_Merge

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

func (*AggregateAttestationAndProof) XXX_Size

func (m *AggregateAttestationAndProof) XXX_Size() int

func (*AggregateAttestationAndProof) XXX_Unmarshal

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

type Attestation

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

func (*Attestation) Descriptor

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

func (*Attestation) GetAggregationBits

func (*Attestation) GetData

func (m *Attestation) GetData() *AttestationData

func (*Attestation) GetSignature

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

func (*Attestation) Marshal

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

func (*Attestation) MarshalTo

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

func (*Attestation) MarshalToSizedBuffer

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

func (*Attestation) ProtoMessage

func (*Attestation) ProtoMessage()

func (*Attestation) Reset

func (m *Attestation) Reset()

func (*Attestation) Size

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

func (*Attestation) String

func (m *Attestation) String() string

func (*Attestation) Unmarshal

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

func (*Attestation) XXX_DiscardUnknown

func (m *Attestation) XXX_DiscardUnknown()

func (*Attestation) XXX_Marshal

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

func (*Attestation) XXX_Merge

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

func (*Attestation) XXX_Size

func (m *Attestation) XXX_Size() int

func (*Attestation) XXX_Unmarshal

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

type AttestationData

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

func NewAttestationDataFromNewPrysm

func NewAttestationDataFromNewPrysm(newPrysm *eth.AttestationData) *AttestationData

NewAttestationDataFromNewPrysm new AttestationData struct

func (*AttestationData) Descriptor

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

func (*AttestationData) GetBeaconBlockRoot

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

func (*AttestationData) GetCommitteeIndex

func (m *AttestationData) GetCommitteeIndex() uint64

func (*AttestationData) GetSlot

func (m *AttestationData) GetSlot() uint64

func (*AttestationData) GetSource

func (m *AttestationData) GetSource() *Checkpoint

func (*AttestationData) GetTarget

func (m *AttestationData) GetTarget() *Checkpoint

func (*AttestationData) Marshal

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

func (*AttestationData) MarshalTo

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

func (*AttestationData) MarshalToSizedBuffer

func (m *AttestationData) MarshalToSizedBuffer(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) ToNewPrysm

func (m *AttestationData) ToNewPrysm() *eth.AttestationData

ToNewPrysm returns new AttestationData struct

func (*AttestationData) ToPrysm

func (m *AttestationData) ToPrysm(ret *eth.AttestationData)

ToPrysm returns AttestationData struct

func (*AttestationData) Unmarshal

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

func (*AttestationData) XXX_DiscardUnknown

func (m *AttestationData) XXX_DiscardUnknown()

func (*AttestationData) XXX_Marshal

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

func (*AttestationData) XXX_Merge

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

func (*AttestationData) XXX_Size

func (m *AttestationData) XXX_Size() int

func (*AttestationData) XXX_Unmarshal

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

type AttesterSlashing

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

func (*AttesterSlashing) Descriptor

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

func (*AttesterSlashing) GetAttestation_1

func (m *AttesterSlashing) GetAttestation_1() *IndexedAttestation

func (*AttesterSlashing) GetAttestation_2

func (m *AttesterSlashing) GetAttestation_2() *IndexedAttestation

func (*AttesterSlashing) Marshal

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

func (*AttesterSlashing) MarshalTo

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

func (*AttesterSlashing) MarshalToSizedBuffer

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

func (*AttesterSlashing) ProtoMessage

func (*AttesterSlashing) ProtoMessage()

func (*AttesterSlashing) Reset

func (m *AttesterSlashing) Reset()

func (*AttesterSlashing) Size

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

func (*AttesterSlashing) String

func (m *AttesterSlashing) String() string

func (*AttesterSlashing) Unmarshal

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

func (*AttesterSlashing) XXX_DiscardUnknown

func (m *AttesterSlashing) XXX_DiscardUnknown()

func (*AttesterSlashing) XXX_Marshal

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

func (*AttesterSlashing) XXX_Merge

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

func (*AttesterSlashing) XXX_Size

func (m *AttesterSlashing) XXX_Size() int

func (*AttesterSlashing) XXX_Unmarshal

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

type BeaconBlock

type BeaconBlock struct {
	Slot                 uint64           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex        uint64           `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	ParentRoot           []byte           `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot            []byte           `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body                 *BeaconBlockBody `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func NewBeaconBlockFromNewPrysm

func NewBeaconBlockFromNewPrysm(newPrysm *eth.BeaconBlock) *BeaconBlock

NewBeaconBlockFromNewPrysm returns BeaconBlock struct

func (*BeaconBlock) Descriptor

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

func (*BeaconBlock) GetBody

func (m *BeaconBlock) GetBody() *BeaconBlockBody

func (*BeaconBlock) GetParentRoot

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

func (*BeaconBlock) GetProposerIndex

func (m *BeaconBlock) GetProposerIndex() uint64

func (*BeaconBlock) GetSlot

func (m *BeaconBlock) GetSlot() uint64

func (*BeaconBlock) GetStateRoot

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

func (*BeaconBlock) Marshal

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

func (*BeaconBlock) MarshalTo

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

func (*BeaconBlock) MarshalToSizedBuffer

func (m *BeaconBlock) MarshalToSizedBuffer(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) ToNewPrysm

func (m *BeaconBlock) ToNewPrysm() *eth.BeaconBlock

ToNewPrysm returns new BeaconBlock

func (*BeaconBlock) ToPrysm

func (m *BeaconBlock) ToPrysm(ret *eth.BeaconBlock)

ToPrysm returns new BeaconBlock

func (*BeaconBlock) Unmarshal

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

func (*BeaconBlock) XXX_DiscardUnknown

func (m *BeaconBlock) XXX_DiscardUnknown()

func (*BeaconBlock) XXX_Marshal

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

func (*BeaconBlock) XXX_Merge

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

func (*BeaconBlock) XXX_Size

func (m *BeaconBlock) XXX_Size() int

func (*BeaconBlock) XXX_Unmarshal

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

type BeaconBlockBody

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

func (*BeaconBlockBody) Descriptor

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

func (*BeaconBlockBody) GetAttestations

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

func (*BeaconBlockBody) GetAttesterSlashings

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

func (*BeaconBlockBody) GetDeposits

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

func (*BeaconBlockBody) GetEth1Data

func (m *BeaconBlockBody) GetEth1Data() *Eth1Data

func (*BeaconBlockBody) GetGraffiti

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

func (*BeaconBlockBody) GetProposerSlashings

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

func (*BeaconBlockBody) GetRandaoReveal

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

func (*BeaconBlockBody) GetVoluntaryExits

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

func (*BeaconBlockBody) Marshal

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

func (*BeaconBlockBody) MarshalTo

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

func (*BeaconBlockBody) MarshalToSizedBuffer

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

func (*BeaconBlockBody) ProtoMessage

func (*BeaconBlockBody) ProtoMessage()

func (*BeaconBlockBody) Reset

func (m *BeaconBlockBody) Reset()

func (*BeaconBlockBody) Size

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

func (*BeaconBlockBody) String

func (m *BeaconBlockBody) String() string

func (*BeaconBlockBody) Unmarshal

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

func (*BeaconBlockBody) XXX_DiscardUnknown

func (m *BeaconBlockBody) XXX_DiscardUnknown()

func (*BeaconBlockBody) XXX_Marshal

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

func (*BeaconBlockBody) XXX_Merge

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

func (*BeaconBlockBody) XXX_Size

func (m *BeaconBlockBody) XXX_Size() int

func (*BeaconBlockBody) XXX_Unmarshal

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

type BeaconBlockHeader

type BeaconBlockHeader struct {
	Slot                 uint64   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex        uint64   `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty"`
	ParentRoot           []byte   `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot            []byte   `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	BodyRoot             []byte   `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BeaconBlockHeader) Descriptor

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

func (*BeaconBlockHeader) GetBodyRoot

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

func (*BeaconBlockHeader) GetParentRoot

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

func (*BeaconBlockHeader) GetProposerIndex

func (m *BeaconBlockHeader) GetProposerIndex() uint64

func (*BeaconBlockHeader) GetSlot

func (m *BeaconBlockHeader) GetSlot() uint64

func (*BeaconBlockHeader) GetStateRoot

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

func (*BeaconBlockHeader) Marshal

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

func (*BeaconBlockHeader) MarshalTo

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

func (*BeaconBlockHeader) MarshalToSizedBuffer

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

func (*BeaconBlockHeader) ProtoMessage

func (*BeaconBlockHeader) ProtoMessage()

func (*BeaconBlockHeader) Reset

func (m *BeaconBlockHeader) Reset()

func (*BeaconBlockHeader) Size

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

func (*BeaconBlockHeader) String

func (m *BeaconBlockHeader) String() string

func (*BeaconBlockHeader) Unmarshal

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

func (*BeaconBlockHeader) XXX_DiscardUnknown

func (m *BeaconBlockHeader) XXX_DiscardUnknown()

func (*BeaconBlockHeader) XXX_Marshal

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

func (*BeaconBlockHeader) XXX_Merge

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

func (*BeaconBlockHeader) XXX_Size

func (m *BeaconBlockHeader) XXX_Size() int

func (*BeaconBlockHeader) XXX_Unmarshal

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

type Checkpoint

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

func (*Checkpoint) Descriptor

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

func (*Checkpoint) GetEpoch

func (m *Checkpoint) GetEpoch() uint64

func (*Checkpoint) GetRoot

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

func (*Checkpoint) Marshal

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

func (*Checkpoint) MarshalTo

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

func (*Checkpoint) MarshalToSizedBuffer

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

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) Reset

func (m *Checkpoint) Reset()

func (*Checkpoint) Size

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

func (*Checkpoint) String

func (m *Checkpoint) String() string

func (*Checkpoint) Unmarshal

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

func (*Checkpoint) XXX_DiscardUnknown

func (m *Checkpoint) XXX_DiscardUnknown()

func (*Checkpoint) XXX_Marshal

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

func (*Checkpoint) XXX_Merge

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

func (*Checkpoint) XXX_Size

func (m *Checkpoint) XXX_Size() int

func (*Checkpoint) XXX_Unmarshal

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

type Deposit

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

func (*Deposit) Descriptor

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

func (*Deposit) GetData

func (m *Deposit) GetData() *Deposit_Data

func (*Deposit) GetProof

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

func (*Deposit) Marshal

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

func (*Deposit) MarshalTo

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

func (*Deposit) MarshalToSizedBuffer

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

func (*Deposit) ProtoMessage

func (*Deposit) ProtoMessage()

func (*Deposit) Reset

func (m *Deposit) Reset()

func (*Deposit) Size

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

func (*Deposit) String

func (m *Deposit) String() string

func (*Deposit) Unmarshal

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

func (*Deposit) XXX_DiscardUnknown

func (m *Deposit) XXX_DiscardUnknown()

func (*Deposit) XXX_Marshal

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

func (*Deposit) XXX_Merge

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

func (*Deposit) XXX_Size

func (m *Deposit) XXX_Size() int

func (*Deposit) XXX_Unmarshal

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

type Deposit_Data

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

func (*Deposit_Data) Descriptor

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

func (*Deposit_Data) GetAmount

func (m *Deposit_Data) GetAmount() uint64

func (*Deposit_Data) GetPublicKey

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

func (*Deposit_Data) GetSignature

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

func (*Deposit_Data) GetWithdrawalCredentials

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

func (*Deposit_Data) Marshal

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

func (*Deposit_Data) MarshalTo

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

func (*Deposit_Data) MarshalToSizedBuffer

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

func (*Deposit_Data) ProtoMessage

func (*Deposit_Data) ProtoMessage()

func (*Deposit_Data) Reset

func (m *Deposit_Data) Reset()

func (*Deposit_Data) Size

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

func (*Deposit_Data) String

func (m *Deposit_Data) String() string

func (*Deposit_Data) Unmarshal

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

func (*Deposit_Data) XXX_DiscardUnknown

func (m *Deposit_Data) XXX_DiscardUnknown()

func (*Deposit_Data) XXX_Marshal

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

func (*Deposit_Data) XXX_Merge

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

func (*Deposit_Data) XXX_Size

func (m *Deposit_Data) XXX_Size() int

func (*Deposit_Data) XXX_Unmarshal

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

type Eth1Data

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

func (*Eth1Data) Descriptor

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

func (*Eth1Data) GetBlockHash

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

func (*Eth1Data) GetDepositCount

func (m *Eth1Data) GetDepositCount() uint64

func (*Eth1Data) GetDepositRoot

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

func (*Eth1Data) Marshal

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

func (*Eth1Data) MarshalTo

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

func (*Eth1Data) MarshalToSizedBuffer

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

func (*Eth1Data) ProtoMessage

func (*Eth1Data) ProtoMessage()

func (*Eth1Data) Reset

func (m *Eth1Data) Reset()

func (*Eth1Data) Size

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

func (*Eth1Data) String

func (m *Eth1Data) String() string

func (*Eth1Data) Unmarshal

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

func (*Eth1Data) XXX_DiscardUnknown

func (m *Eth1Data) XXX_DiscardUnknown()

func (*Eth1Data) XXX_Marshal

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

func (*Eth1Data) XXX_Merge

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

func (*Eth1Data) XXX_Size

func (m *Eth1Data) XXX_Size() int

func (*Eth1Data) XXX_Unmarshal

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

type IndexedAttestation

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

func (*IndexedAttestation) Descriptor

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

func (*IndexedAttestation) GetAttestingIndices

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

func (*IndexedAttestation) GetData

func (m *IndexedAttestation) GetData() *AttestationData

func (*IndexedAttestation) GetSignature

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

func (*IndexedAttestation) Marshal

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

func (*IndexedAttestation) MarshalTo

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

func (*IndexedAttestation) MarshalToSizedBuffer

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

func (*IndexedAttestation) ProtoMessage

func (*IndexedAttestation) ProtoMessage()

func (*IndexedAttestation) Reset

func (m *IndexedAttestation) Reset()

func (*IndexedAttestation) Size

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

func (*IndexedAttestation) String

func (m *IndexedAttestation) String() string

func (*IndexedAttestation) Unmarshal

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

func (*IndexedAttestation) XXX_DiscardUnknown

func (m *IndexedAttestation) XXX_DiscardUnknown()

func (*IndexedAttestation) XXX_Marshal

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

func (*IndexedAttestation) XXX_Merge

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

func (*IndexedAttestation) XXX_Size

func (m *IndexedAttestation) XXX_Size() int

func (*IndexedAttestation) XXX_Unmarshal

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

type ProposerSlashing

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

func (*ProposerSlashing) Descriptor

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

func (*ProposerSlashing) GetHeader_1

func (m *ProposerSlashing) GetHeader_1() *SignedBeaconBlockHeader

func (*ProposerSlashing) GetHeader_2

func (m *ProposerSlashing) GetHeader_2() *SignedBeaconBlockHeader

func (*ProposerSlashing) Marshal

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

func (*ProposerSlashing) MarshalTo

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

func (*ProposerSlashing) MarshalToSizedBuffer

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

func (*ProposerSlashing) ProtoMessage

func (*ProposerSlashing) ProtoMessage()

func (*ProposerSlashing) Reset

func (m *ProposerSlashing) Reset()

func (*ProposerSlashing) Size

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

func (*ProposerSlashing) String

func (m *ProposerSlashing) String() string

func (*ProposerSlashing) Unmarshal

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

func (*ProposerSlashing) XXX_DiscardUnknown

func (m *ProposerSlashing) XXX_DiscardUnknown()

func (*ProposerSlashing) XXX_Marshal

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

func (*ProposerSlashing) XXX_Merge

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

func (*ProposerSlashing) XXX_Size

func (m *ProposerSlashing) XXX_Size() int

func (*ProposerSlashing) XXX_Unmarshal

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

type SignedAggregateAttestationAndProof

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

func (*SignedAggregateAttestationAndProof) Descriptor

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

func (*SignedAggregateAttestationAndProof) GetMessage

func (*SignedAggregateAttestationAndProof) GetSignature

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

func (*SignedAggregateAttestationAndProof) Marshal

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

func (*SignedAggregateAttestationAndProof) MarshalTo

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

func (*SignedAggregateAttestationAndProof) MarshalToSizedBuffer

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

func (*SignedAggregateAttestationAndProof) ProtoMessage

func (*SignedAggregateAttestationAndProof) ProtoMessage()

func (*SignedAggregateAttestationAndProof) Reset

func (*SignedAggregateAttestationAndProof) Size

func (*SignedAggregateAttestationAndProof) String

func (*SignedAggregateAttestationAndProof) Unmarshal

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

func (*SignedAggregateAttestationAndProof) XXX_DiscardUnknown

func (m *SignedAggregateAttestationAndProof) XXX_DiscardUnknown()

func (*SignedAggregateAttestationAndProof) XXX_Marshal

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

func (*SignedAggregateAttestationAndProof) XXX_Merge

func (*SignedAggregateAttestationAndProof) XXX_Size

func (*SignedAggregateAttestationAndProof) XXX_Unmarshal

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

type SignedBeaconBlock

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

func (*SignedBeaconBlock) Descriptor

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

func (*SignedBeaconBlock) GetBlock

func (m *SignedBeaconBlock) GetBlock() *BeaconBlock

func (*SignedBeaconBlock) GetSignature

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

func (*SignedBeaconBlock) Marshal

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

func (*SignedBeaconBlock) MarshalTo

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

func (*SignedBeaconBlock) MarshalToSizedBuffer

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

func (*SignedBeaconBlock) ProtoMessage

func (*SignedBeaconBlock) ProtoMessage()

func (*SignedBeaconBlock) Reset

func (m *SignedBeaconBlock) Reset()

func (*SignedBeaconBlock) Size

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

func (*SignedBeaconBlock) String

func (m *SignedBeaconBlock) String() string

func (*SignedBeaconBlock) Unmarshal

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

func (*SignedBeaconBlock) XXX_DiscardUnknown

func (m *SignedBeaconBlock) XXX_DiscardUnknown()

func (*SignedBeaconBlock) XXX_Marshal

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

func (*SignedBeaconBlock) XXX_Merge

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

func (*SignedBeaconBlock) XXX_Size

func (m *SignedBeaconBlock) XXX_Size() int

func (*SignedBeaconBlock) XXX_Unmarshal

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

type SignedBeaconBlockHeader

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

func (*SignedBeaconBlockHeader) Descriptor

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

func (*SignedBeaconBlockHeader) GetHeader

func (*SignedBeaconBlockHeader) GetSignature

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

func (*SignedBeaconBlockHeader) Marshal

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

func (*SignedBeaconBlockHeader) MarshalTo

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

func (*SignedBeaconBlockHeader) MarshalToSizedBuffer

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

func (*SignedBeaconBlockHeader) ProtoMessage

func (*SignedBeaconBlockHeader) ProtoMessage()

func (*SignedBeaconBlockHeader) Reset

func (m *SignedBeaconBlockHeader) Reset()

func (*SignedBeaconBlockHeader) Size

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

func (*SignedBeaconBlockHeader) String

func (m *SignedBeaconBlockHeader) String() string

func (*SignedBeaconBlockHeader) Unmarshal

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

func (*SignedBeaconBlockHeader) XXX_DiscardUnknown

func (m *SignedBeaconBlockHeader) XXX_DiscardUnknown()

func (*SignedBeaconBlockHeader) XXX_Marshal

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

func (*SignedBeaconBlockHeader) XXX_Merge

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

func (*SignedBeaconBlockHeader) XXX_Size

func (m *SignedBeaconBlockHeader) XXX_Size() int

func (*SignedBeaconBlockHeader) XXX_Unmarshal

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

type SignedVoluntaryExit

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

func (*SignedVoluntaryExit) Descriptor

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

func (*SignedVoluntaryExit) GetExit

func (m *SignedVoluntaryExit) GetExit() *VoluntaryExit

func (*SignedVoluntaryExit) GetSignature

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

func (*SignedVoluntaryExit) Marshal

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

func (*SignedVoluntaryExit) MarshalTo

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

func (*SignedVoluntaryExit) MarshalToSizedBuffer

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

func (*SignedVoluntaryExit) ProtoMessage

func (*SignedVoluntaryExit) ProtoMessage()

func (*SignedVoluntaryExit) Reset

func (m *SignedVoluntaryExit) Reset()

func (*SignedVoluntaryExit) Size

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

func (*SignedVoluntaryExit) String

func (m *SignedVoluntaryExit) String() string

func (*SignedVoluntaryExit) Unmarshal

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

func (*SignedVoluntaryExit) XXX_DiscardUnknown

func (m *SignedVoluntaryExit) XXX_DiscardUnknown()

func (*SignedVoluntaryExit) XXX_Marshal

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

func (*SignedVoluntaryExit) XXX_Merge

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

func (*SignedVoluntaryExit) XXX_Size

func (m *SignedVoluntaryExit) XXX_Size() int

func (*SignedVoluntaryExit) XXX_Unmarshal

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

type VoluntaryExit

type VoluntaryExit struct {
	Epoch                uint64   `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	ValidatorIndex       uint64   `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VoluntaryExit) Descriptor

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

func (*VoluntaryExit) GetEpoch

func (m *VoluntaryExit) GetEpoch() uint64

func (*VoluntaryExit) GetValidatorIndex

func (m *VoluntaryExit) GetValidatorIndex() uint64

func (*VoluntaryExit) Marshal

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

func (*VoluntaryExit) MarshalTo

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

func (*VoluntaryExit) MarshalToSizedBuffer

func (m *VoluntaryExit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VoluntaryExit) ProtoMessage

func (*VoluntaryExit) ProtoMessage()

func (*VoluntaryExit) Reset

func (m *VoluntaryExit) Reset()

func (*VoluntaryExit) Size

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

func (*VoluntaryExit) String

func (m *VoluntaryExit) String() string

func (*VoluntaryExit) Unmarshal

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

func (*VoluntaryExit) XXX_DiscardUnknown

func (m *VoluntaryExit) XXX_DiscardUnknown()

func (*VoluntaryExit) XXX_Marshal

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

func (*VoluntaryExit) XXX_Merge

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

func (*VoluntaryExit) XXX_Size

func (m *VoluntaryExit) XXX_Size() int

func (*VoluntaryExit) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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