deneb

package
v0.21.4 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 14 Imported by: 24

Documentation

Overview

Code generated by fastssz. DO NOT EDIT. Hash: cb2f1c63717d30324163608065e759ce532e3cf10373eb26de9e3dc4f0553100 Version: 0.1.3

Code generated by fastssz. DO NOT EDIT. Hash: cb2f1c63717d30324163608065e759ce532e3cf10373eb26de9e3dc4f0553100 Version: 0.1.3

Code generated by fastssz. DO NOT EDIT. Hash: ff9e35462a2b6f51ea9d2ba948e74ce9d515869af12f466319130a4655751296 Version: 0.1.3

Code generated by fastssz. DO NOT EDIT. Hash: cb2f1c63717d30324163608065e759ce532e3cf10373eb26de9e3dc4f0553100 Version: 0.1.3

Code generated by fastssz. DO NOT EDIT. Hash: 8d95c04360cb520b903fd948d060f5d35ca079f12b8e96804a39bf9ce1ef9c5d Version: 0.1.3

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlindedBeaconBlock

type BlindedBeaconBlock struct {
	Slot          phase0.Slot
	ProposerIndex phase0.ValidatorIndex
	ParentRoot    phase0.Root `ssz-size:"32"`
	StateRoot     phase0.Root `ssz-size:"32"`
	Body          *BlindedBeaconBlockBody
}

BlindedBeaconBlock represents a blinded beacon block.

func (*BlindedBeaconBlock) GetTree

func (b *BlindedBeaconBlock) GetTree() (*ssz.Node, error)

GetTree ssz hashes the BlindedBeaconBlock object

func (*BlindedBeaconBlock) HashTreeRoot

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

HashTreeRoot ssz hashes the BlindedBeaconBlock object

func (*BlindedBeaconBlock) HashTreeRootWith

func (b *BlindedBeaconBlock) HashTreeRootWith(hh ssz.HashWalker) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlock object with a hasher

func (*BlindedBeaconBlock) MarshalJSON

func (b *BlindedBeaconBlock) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler.

func (*BlindedBeaconBlock) MarshalSSZ

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

MarshalSSZ ssz marshals the BlindedBeaconBlock object

func (*BlindedBeaconBlock) MarshalSSZTo

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

MarshalSSZTo ssz marshals the BlindedBeaconBlock object to a target array

func (*BlindedBeaconBlock) MarshalYAML

func (b *BlindedBeaconBlock) MarshalYAML() ([]byte, error)

MarshalYAML implements yaml.Marshaler.

func (*BlindedBeaconBlock) SizeSSZ

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

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

func (*BlindedBeaconBlock) String

func (b *BlindedBeaconBlock) String() string

String returns a string version of the structure.

func (*BlindedBeaconBlock) UnmarshalJSON

func (b *BlindedBeaconBlock) UnmarshalJSON(input []byte) error

UnmarshalJSON implements json.Unmarshaler.

func (*BlindedBeaconBlock) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlock object

func (*BlindedBeaconBlock) UnmarshalYAML

func (b *BlindedBeaconBlock) UnmarshalYAML(input []byte) error

UnmarshalYAML implements yaml.Unmarshaler.

type BlindedBeaconBlockBody

type BlindedBeaconBlockBody struct {
	RANDAOReveal           phase0.BLSSignature `ssz-size:"96"`
	ETH1Data               *phase0.ETH1Data
	Graffiti               [32]byte                      `ssz-size:"32"`
	ProposerSlashings      []*phase0.ProposerSlashing    `ssz-max:"16"`
	AttesterSlashings      []*phase0.AttesterSlashing    `ssz-max:"2"`
	Attestations           []*phase0.Attestation         `ssz-max:"128"`
	Deposits               []*phase0.Deposit             `ssz-max:"16"`
	VoluntaryExits         []*phase0.SignedVoluntaryExit `ssz-max:"16"`
	SyncAggregate          *altair.SyncAggregate
	ExecutionPayloadHeader *deneb.ExecutionPayloadHeader
	BLSToExecutionChanges  []*capella.SignedBLSToExecutionChange `ssz-max:"16"`
	BlobKZGCommitments     []deneb.KZGCommitment                 `ssz-max:"4096" ssz-size:"?,48"`
}

BlindedBeaconBlockBody represents the body of a blinded beacon block.

func (*BlindedBeaconBlockBody) GetTree

func (b *BlindedBeaconBlockBody) GetTree() (*ssz.Node, error)

GetTree ssz hashes the BlindedBeaconBlockBody object

func (*BlindedBeaconBlockBody) HashTreeRoot

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

HashTreeRoot ssz hashes the BlindedBeaconBlockBody object

func (*BlindedBeaconBlockBody) HashTreeRootWith

func (b *BlindedBeaconBlockBody) HashTreeRootWith(hh ssz.HashWalker) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBody object with a hasher

func (*BlindedBeaconBlockBody) MarshalJSON

func (b *BlindedBeaconBlockBody) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler.

func (*BlindedBeaconBlockBody) MarshalSSZ

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

MarshalSSZ ssz marshals the BlindedBeaconBlockBody object

func (*BlindedBeaconBlockBody) MarshalSSZTo

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

MarshalSSZTo ssz marshals the BlindedBeaconBlockBody object to a target array

func (*BlindedBeaconBlockBody) MarshalYAML

func (b *BlindedBeaconBlockBody) MarshalYAML() ([]byte, error)

MarshalYAML implements yaml.Marshaler.

func (*BlindedBeaconBlockBody) SizeSSZ

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

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

func (*BlindedBeaconBlockBody) String

func (b *BlindedBeaconBlockBody) String() string

String returns a string version of the structure.

func (*BlindedBeaconBlockBody) UnmarshalJSON

func (b *BlindedBeaconBlockBody) UnmarshalJSON(input []byte) error

UnmarshalJSON implements json.Unmarshaler.

func (*BlindedBeaconBlockBody) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBody object

func (*BlindedBeaconBlockBody) UnmarshalYAML

func (b *BlindedBeaconBlockBody) UnmarshalYAML(input []byte) error

UnmarshalYAML implements yaml.Unmarshaler.

type BlockContents added in v0.17.0

type BlockContents struct {
	Block     *deneb.BeaconBlock
	KZGProofs []deneb.KZGProof `ssz-max:"4096" ssz-size:"?,48"`
	Blobs     []deneb.Blob     `ssz-max:"4096" ssz-size:"?,131072"`
}

BlockContents represents the contents of a block, both block and blob.

func (*BlockContents) GetTree added in v0.18.1

func (b *BlockContents) GetTree() (*ssz.Node, error)

GetTree ssz hashes the BlockContents object

func (*BlockContents) HashTreeRoot added in v0.18.1

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

HashTreeRoot ssz hashes the BlockContents object

func (*BlockContents) HashTreeRootWith added in v0.18.1

func (b *BlockContents) HashTreeRootWith(hh ssz.HashWalker) (err error)

HashTreeRootWith ssz hashes the BlockContents object with a hasher

func (*BlockContents) MarshalJSON added in v0.17.0

func (b *BlockContents) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler.

func (*BlockContents) MarshalSSZ added in v0.18.1

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

MarshalSSZ ssz marshals the BlockContents object

func (*BlockContents) MarshalSSZTo added in v0.18.1

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

MarshalSSZTo ssz marshals the BlockContents object to a target array

func (*BlockContents) MarshalYAML added in v0.18.1

func (b *BlockContents) MarshalYAML() ([]byte, error)

MarshalYAML implements yaml.Marshaler.

func (*BlockContents) SizeSSZ added in v0.18.1

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

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

func (*BlockContents) String added in v0.17.0

func (b *BlockContents) String() string

String returns a string version of the structure.

func (*BlockContents) UnmarshalJSON added in v0.17.0

func (b *BlockContents) UnmarshalJSON(input []byte) error

UnmarshalJSON implements json.Unmarshaler.

func (*BlockContents) UnmarshalSSZ added in v0.18.1

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

UnmarshalSSZ ssz unmarshals the BlockContents object

func (*BlockContents) UnmarshalYAML added in v0.18.1

func (b *BlockContents) UnmarshalYAML(input []byte) error

UnmarshalYAML implements yaml.Unmarshaler.

type SignedBlindedBeaconBlock

type SignedBlindedBeaconBlock struct {
	Message   *BlindedBeaconBlock
	Signature phase0.BLSSignature `ssz-size:"96"`
}

SignedBlindedBeaconBlock is a signed beacon block.

func (*SignedBlindedBeaconBlock) GetTree

func (s *SignedBlindedBeaconBlock) GetTree() (*ssz.Node, error)

GetTree ssz hashes the SignedBlindedBeaconBlock object

func (*SignedBlindedBeaconBlock) HashTreeRoot

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

HashTreeRoot ssz hashes the SignedBlindedBeaconBlock object

func (*SignedBlindedBeaconBlock) HashTreeRootWith

func (s *SignedBlindedBeaconBlock) HashTreeRootWith(hh ssz.HashWalker) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlock object with a hasher

func (*SignedBlindedBeaconBlock) MarshalJSON

func (s *SignedBlindedBeaconBlock) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler.

func (*SignedBlindedBeaconBlock) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBlindedBeaconBlock object

func (*SignedBlindedBeaconBlock) MarshalSSZTo

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

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlock object to a target array

func (*SignedBlindedBeaconBlock) MarshalYAML

func (s *SignedBlindedBeaconBlock) MarshalYAML() ([]byte, error)

MarshalYAML implements yaml.Marshaler.

func (*SignedBlindedBeaconBlock) SizeSSZ

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

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

func (*SignedBlindedBeaconBlock) String

func (s *SignedBlindedBeaconBlock) String() string

String returns a string version of the structure.

func (*SignedBlindedBeaconBlock) UnmarshalJSON

func (s *SignedBlindedBeaconBlock) UnmarshalJSON(input []byte) error

UnmarshalJSON implements json.Unmarshaler.

func (*SignedBlindedBeaconBlock) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlock object

func (*SignedBlindedBeaconBlock) UnmarshalYAML

func (s *SignedBlindedBeaconBlock) UnmarshalYAML(input []byte) error

UnmarshalYAML implements yaml.Unmarshaler.

type SignedBlockContents added in v0.18.1

type SignedBlockContents struct {
	SignedBlock *deneb.SignedBeaconBlock
	KZGProofs   []deneb.KZGProof `ssz-max:"4096" ssz-size:"?,48"`
	Blobs       []deneb.Blob     `ssz-max:"4096" ssz-size:"?,131072"`
}

SignedBlockContents represents the contents of a block, both block and blob.

func (*SignedBlockContents) GetTree added in v0.18.1

func (s *SignedBlockContents) GetTree() (*ssz.Node, error)

GetTree ssz hashes the SignedBlockContents object

func (*SignedBlockContents) HashTreeRoot added in v0.18.1

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

HashTreeRoot ssz hashes the SignedBlockContents object

func (*SignedBlockContents) HashTreeRootWith added in v0.18.1

func (s *SignedBlockContents) HashTreeRootWith(hh ssz.HashWalker) (err error)

HashTreeRootWith ssz hashes the SignedBlockContents object with a hasher

func (*SignedBlockContents) MarshalJSON added in v0.18.1

func (s *SignedBlockContents) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler.

func (*SignedBlockContents) MarshalSSZ added in v0.18.1

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

MarshalSSZ ssz marshals the SignedBlockContents object

func (*SignedBlockContents) MarshalSSZTo added in v0.18.1

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

MarshalSSZTo ssz marshals the SignedBlockContents object to a target array

func (*SignedBlockContents) MarshalYAML added in v0.18.1

func (s *SignedBlockContents) MarshalYAML() ([]byte, error)

MarshalYAML implements yaml.Marshaler.

func (*SignedBlockContents) SizeSSZ added in v0.18.1

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

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

func (*SignedBlockContents) String added in v0.18.1

func (s *SignedBlockContents) String() string

String returns a string version of the structure.

func (*SignedBlockContents) UnmarshalJSON added in v0.18.1

func (s *SignedBlockContents) UnmarshalJSON(input []byte) error

UnmarshalJSON implements json.Unmarshaler.

func (*SignedBlockContents) UnmarshalSSZ added in v0.18.1

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

UnmarshalSSZ ssz unmarshals the SignedBlockContents object

func (*SignedBlockContents) UnmarshalYAML added in v0.18.1

func (s *SignedBlockContents) UnmarshalYAML(input []byte) error

UnmarshalYAML implements yaml.Unmarshaler.

Jump to

Keyboard shortcuts

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