eam

package
v0.10.0-alpha-5 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: Apache-2.0, MIT Imports: 7 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create2Params

type Create2Params struct {
	Initcode []byte
	Salt     [32]byte
}

func (*Create2Params) MarshalCBOR

func (t *Create2Params) MarshalCBOR(w io.Writer) error

func (*Create2Params) UnmarshalCBOR

func (t *Create2Params) UnmarshalCBOR(r io.Reader) error

type Create2Return

type Create2Return Return

func (*Create2Return) MarshalCBOR

func (t *Create2Return) MarshalCBOR(w io.Writer) error

func (*Create2Return) UnmarshalCBOR

func (t *Create2Return) UnmarshalCBOR(r io.Reader) error

type CreateAccount

type CreateAccount struct {
	// Pubkey is the secp256k1 public key
	Pubkey [65]byte
}

func (*CreateAccount) MarshalCBOR

func (t *CreateAccount) MarshalCBOR(w io.Writer) error

func (*CreateAccount) UnmarshalCBOR

func (t *CreateAccount) UnmarshalCBOR(r io.Reader) error

type CreateParams

type CreateParams struct {
	Initcode []byte
	Nonce    uint64
}

func (*CreateParams) MarshalCBOR

func (t *CreateParams) MarshalCBOR(w io.Writer) error

func (*CreateParams) UnmarshalCBOR

func (t *CreateParams) UnmarshalCBOR(r io.Reader) error

type CreateReturn

type CreateReturn Return

func (*CreateReturn) MarshalCBOR

func (t *CreateReturn) MarshalCBOR(w io.Writer) error

func (*CreateReturn) UnmarshalCBOR

func (t *CreateReturn) UnmarshalCBOR(r io.Reader) error

type Return

type Return struct {
	ActorID       uint64
	RobustAddress address.Address
	EthAddress    [20]byte
}

Jump to

Keyboard shortcuts

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