Documentation ¶
Overview ¶
Code generated by fastssz. DO NOT EDIT. Hash: c953c4b72fdc3f250f4227b181e286fe53fd663c5aa4f5cc3de6cc9998c7fdb7 Version: 0.1.2
Index ¶
- func Lock(ctx context.Context, account e2wtypes.Account) error
- func SignRoot(ctx context.Context, account e2wtypes.Account, passphrases []string, ...) (spec.BLSSignature, error)
- func Unlock(ctx context.Context, account e2wtypes.Account, passphrases []string) (bool, error)
- 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 ¶
Types ¶
type Container ¶
Container contains a root and domain to sign.
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.