Documentation ¶
Overview ¶
Code generated by fastssz. DO NOT EDIT. Hash: 6490f11f815acc14fad304d8132c076222645a9159aca1f7cca2c6e0caa56b00 Version: 0.1.3-dev
Index ¶
- type Case3B
- func (c *Case3B) GetTree() (*ssz.Node, error)
- func (c *Case3B) HashTreeRoot() ([32]byte, error)
- func (c *Case3B) HashTreeRootWith(hh ssz.HashWalker) (err error)
- func (c *Case3B) MarshalSSZ() ([]byte, error)
- func (c *Case3B) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (c *Case3B) SizeSSZ() (size int)
- func (c *Case3B) UnmarshalSSZ(buf []byte) error
- type Case4Bytes
- type Case4FixedSignature
- type Case4Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Case3B ¶
type Case3B struct { }
func (*Case3B) HashTreeRoot ¶
HashTreeRoot ssz hashes the Case3B object
func (*Case3B) HashTreeRootWith ¶
func (c *Case3B) HashTreeRootWith(hh ssz.HashWalker) (err error)
HashTreeRootWith ssz hashes the Case3B object with a hasher
func (*Case3B) MarshalSSZ ¶
MarshalSSZ ssz marshals the Case3B object
func (*Case3B) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Case3B object to a target array
func (*Case3B) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Case3B object
type Case4Bytes ¶
type Case4Bytes []byte
type Case4FixedSignature ¶
type Case4FixedSignature [96]byte
type Case4Interface ¶
type Case4Interface struct { }
func (*Case4Interface) HashTreeRootWith ¶
func (s *Case4Interface) HashTreeRootWith(hh ssz.HashWalker) (err error)
func (*Case4Interface) MarshalSSZTo ¶
func (s *Case4Interface) MarshalSSZTo(buf []byte) ([]byte, error)
func (*Case4Interface) SizeSSZ ¶
func (c *Case4Interface) SizeSSZ() (size int)
func (*Case4Interface) UnmarshalSSZ ¶
func (s *Case4Interface) UnmarshalSSZ(buf []byte) error
Click to show internal directories.
Click to hide internal directories.