Versions in this module Expand all Collapse all v1 v1.0.0 Jul 16, 2024 Changes in this version + type ExecutionPayloadTransactions struct + Transactions []bellatrix.Transaction + 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