evm

package
v0.10.0-alpha-10 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2023 License: Apache-2.0, MIT Imports: 9 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Methods = map[abi.MethodNum]builtin.MethodMeta{
	1: {"Constructor", *new(func(*ConstructorParams) *abi.EmptyValue)},
	2: {"Resurrect", *new(func(*ResurrectParams) *abi.EmptyValue)},
	3: {"GetBytecode", *new(func(*abi.EmptyValue) *typegen.CborCid)},
	4: {"GetBytecodeHash", *new(func(*abi.EmptyValue) *abi.CborBytes)},
	5: {"GetStorageAt", *new(func(*GetStorageAtParams) *abi.CborBytes)},
	6: {"InvokeContractDelegate", *new(func(params *DelegateCallParams) *abi.CborBytes)},
	builtin.MustGenerateFRCMethodNum("InvokeEVM"): {"InvokeContract", *new(func(bytes *abi.CborBytes) *abi.CborBytes)},
}

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 DelegateCallParams

type DelegateCallParams struct {
	Code  cid.Cid
	Input []byte
}

func (*DelegateCallParams) MarshalCBOR

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

func (*DelegateCallParams) UnmarshalCBOR

func (t *DelegateCallParams) 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 ResurrectParams

type ResurrectParams = ConstructorParams

type State

type State struct {
	Bytecode      cid.Cid
	BytecodeHash  [32]byte
	ContractState cid.Cid
	Nonce         uint64
	Tombstone     *Tombstone
}

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

type Tombstone

type Tombstone struct {
	Origin abi.ActorID
	Nonce  uint64
}

func (*Tombstone) MarshalCBOR

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

func (*Tombstone) UnmarshalCBOR

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

Jump to

Keyboard shortcuts

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