evm

package module
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddrFromBaseParams added in v2.2.0

func AddrFromBaseParams(parameters map[string][]byte) (creatorAddr, senderAddr *evmutils.Int, addrType int32,
	e error)

Types

type InstancesManager

type InstancesManager struct {
}

func (*InstancesManager) NewRuntimeInstance

func (*InstancesManager) NewRuntimeInstance(txSimContext protocol.TxSimContext, chainId, method string, codePath string,
	contract *commonPb.Contract, byteCode []byte, log protocol.Logger) (protocol.RuntimeInstance, error)

func (*InstancesManager) StartVM added in v2.1.1

func (*InstancesManager) StartVM() error

func (*InstancesManager) StopVM added in v2.1.1

func (*InstancesManager) StopVM() error

type RuntimeInstance

type RuntimeInstance struct {
	Method        string             // invoke contract method
	ChainId       string             // chain id
	Address       *evmutils.Int      //address
	Contract      *commonPb.Contract // contract info
	Log           protocol.Logger
	TxSimContext  protocol.TxSimContext
	ContractEvent []*commonPb.ContractEvent
}

RuntimeInstance evm runtime

func (*RuntimeInstance) Invoke

func (r *RuntimeInstance) Invoke(contract *commonPb.Contract, method string, byteCode []byte,
	parameters map[string][]byte, txSimContext protocol.TxSimContext, gasUsed uint64) (
	contractResult *commonPb.ContractResult, specialTxType protocol.ExecOrderTxType)

Invoke contract by call vm, implement protocol.RuntimeInstance

Directories

Path Synopsis
math
Package math provides integer math utilities.
Package math provides integer math utilities.
precompiledContracts
* Copyright 2020 The SealEVM Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
* Copyright 2020 The SealEVM Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.

Jump to

Keyboard shortcuts

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