evm

package
v0.10.0-alpha-2 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: Apache-2.0, MIT Imports: 8 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConstructorParams

type ConstructorParams struct {
	Creator  []byte
	Initcode []byte
}

func (*ConstructorParams) MarshalCBOR

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

func (*ConstructorParams) UnmarshalCBOR

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

type GetStorageAtParams

type GetStorageAtParams struct {
	StorageKey []byte
}

func (*GetStorageAtParams) MarshalCBOR

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

func (*GetStorageAtParams) UnmarshalCBOR

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

type State

type State struct {
	Bytecode      cid.Cid
	ContractState cid.Cid
	Nonce         uint64
}

func ConstructState

func ConstructState(store adt.Store, bytecode cid.Cid) (*State, error)

func (*State) MarshalCBOR

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

func (*State) UnmarshalCBOR

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

Jump to

Keyboard shortcuts

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