evm

package module
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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)

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)

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