Documentation ¶
Index ¶
- type Container
- func (c *Container) GetTree() (*ssz.Node, error)
- func (c *Container) HashTreeRoot() ([32]byte, error)
- func (c *Container) HashTreeRootWith(hh ssz.HashWalker) (err error)
- func (c *Container) MarshalSSZ() ([]byte, error)
- func (c *Container) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (c *Container) SizeSSZ() (size int)
- func (c *Container) UnmarshalSSZ(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
func (*Container) HashTreeRoot ¶
HashTreeRoot ssz hashes the Container object
func (*Container) HashTreeRootWith ¶
func (c *Container) HashTreeRootWith(hh ssz.HashWalker) (err error)
HashTreeRootWith ssz hashes the Container object with a hasher
func (*Container) MarshalSSZ ¶
MarshalSSZ ssz marshals the Container object
func (*Container) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Container object to a target array
func (*Container) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Container object
Click to show internal directories.
Click to hide internal directories.