capella

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by dynamic-ssz. DO NOT EDIT. Hash: a266205cccc225d4a9dfa83e77f5e7a7659af20158f8013913325bc3321f3c27 Version: v1.3.1 (https://github.com/pk910/dynamic-ssz)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionPayloadWithdrawals

type ExecutionPayloadWithdrawals struct {
	Withdrawals []*capella.Withdrawal `dynssz-max:"MAX_WITHDRAWALS_PER_PAYLOAD" ssz-max:"16"`
}

ExecutionPayloadWithdrawals provides information about withdrawals.

func (*ExecutionPayloadWithdrawals) HashTreeRoot

func (t *ExecutionPayloadWithdrawals) HashTreeRoot() (root [32]byte, err error)

HashTreeRoot computes the SSZ hash tree root of the *ExecutionPayloadWithdrawals.

func (*ExecutionPayloadWithdrawals) HashTreeRootWith

func (t *ExecutionPayloadWithdrawals) HashTreeRootWith(hh sszutils.HashWalker) error

HashTreeRootWith computes the SSZ hash tree root of the *ExecutionPayloadWithdrawals using the given hash walker.

func (*ExecutionPayloadWithdrawals) MarshalSSZ

func (t *ExecutionPayloadWithdrawals) MarshalSSZ() ([]byte, error)

MarshalSSZ marshals the *ExecutionPayloadWithdrawals to SSZ-encoded bytes.

func (*ExecutionPayloadWithdrawals) MarshalSSZTo

func (t *ExecutionPayloadWithdrawals) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo marshals the *ExecutionPayloadWithdrawals to SSZ-encoded bytes, appending to the provided buffer.

func (*ExecutionPayloadWithdrawals) SizeSSZ

func (t *ExecutionPayloadWithdrawals) SizeSSZ() (size int)

SizeSSZ returns the SSZ encoded size of the *ExecutionPayloadWithdrawals.

func (*ExecutionPayloadWithdrawals) UnmarshalSSZ

func (t *ExecutionPayloadWithdrawals) UnmarshalSSZ(buf []byte) (err error)

UnmarshalSSZ unmarshals the *ExecutionPayloadWithdrawals from SSZ-encoded bytes.

Jump to

Keyboard shortcuts

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