Documentation ¶
Overview ¶
Code generated by fastssz. DO NOT EDIT. Hash: 93269136a9cbc0ae106d72e47cf2e9ac205cd9455d7e488153b5bc69ac1c07f4 Version: 0.1.3
Index ¶
- type ExecutionPayloadTransactions
- func (t *ExecutionPayloadTransactions) GetTree() (*ssz.Node, error)
- func (t *ExecutionPayloadTransactions) HashTreeRoot() ([32]byte, error)
- func (t *ExecutionPayloadTransactions) HashTreeRootWith(hh ssz.HashWalker) (err error)
- func (t *ExecutionPayloadTransactions) MarshalSSZ() ([]byte, error)
- func (t *ExecutionPayloadTransactions) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (t *ExecutionPayloadTransactions) SizeSSZ() (size int)
- func (t *ExecutionPayloadTransactions) UnmarshalSSZ(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionPayloadTransactions ¶
type ExecutionPayloadTransactions struct {
Transactions []bellatrix.Transaction `ssz-max:"1048576,1073741824" ssz-size:"?,?"`
}
ExecutionPayloadTransactions provides information about transactions.
func (*ExecutionPayloadTransactions) GetTree ¶
func (t *ExecutionPayloadTransactions) GetTree() (*ssz.Node, error)
GetTree ssz hashes the Transactions object
func (*ExecutionPayloadTransactions) HashTreeRoot ¶
func (t *ExecutionPayloadTransactions) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Transactions object
func (*ExecutionPayloadTransactions) HashTreeRootWith ¶
func (t *ExecutionPayloadTransactions) HashTreeRootWith(hh ssz.HashWalker) (err error)
HashTreeRootWith ssz hashes the Transactions object with a hasher
func (*ExecutionPayloadTransactions) MarshalSSZ ¶
func (t *ExecutionPayloadTransactions) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Transactions object
func (*ExecutionPayloadTransactions) MarshalSSZTo ¶
func (t *ExecutionPayloadTransactions) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Transactions object to a target array
func (*ExecutionPayloadTransactions) SizeSSZ ¶
func (t *ExecutionPayloadTransactions) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Transactions object
func (*ExecutionPayloadTransactions) UnmarshalSSZ ¶
func (t *ExecutionPayloadTransactions) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Transactions object
Click to show internal directories.
Click to hide internal directories.