Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicBytes ¶
type DynamicBytes []byte
DynamicBytes is a dynamic reference
func (*DynamicBytes) HashTreeRootWith ¶
func (d *DynamicBytes) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith implements the fastssz HashRoot interface
func (*DynamicBytes) MarshalSSZTo ¶
func (d *DynamicBytes) MarshalSSZTo(buf []byte) ([]byte, error)
MarshalSSZTo implements the fastssz Marshaler interface
func (*DynamicBytes) SizeSSZ ¶
func (d *DynamicBytes) SizeSSZ() (size int)
SizeSSZ implements the fastssz Marshaler interface
func (*DynamicBytes) UnmarshalSSZ ¶
func (d *DynamicBytes) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ implements the fastssz Unmarshaler interface
type Signature ¶
type Signature struct {
Data [96]byte
}
Signature is a 96 bytes array external reference
func (*Signature) HashTreeRootWith ¶
HashTreeRootWith implements the fastssz HashRoot interface
func (*Signature) MarshalSSZTo ¶
MarshalSSZTo implements the fastssz Marshaler interface
func (*Signature) UnmarshalSSZ ¶
UnmarshalSSZ implements the fastssz Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.