//
pkg.gl
Category
github.com/33cn/plugin
plugin
dapp
evm
executor
package
1.68.4
Repository:
https://github.com/33cn/plugin.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
33
Dependents
2
Files
1.3k SLOC
#
Packages
abi
No description provided by the author
vm
No description provided by the author
#
Functions
CanTransfer
CanTransfer 检查合约调用账户是否有充足的金额进行转账交易操作.
GetHashFn
GetHashFn 获取制定高度区块的哈希.
GetName
GetName 返回本合约名称.
Init
Init 初始化本合约对象.
InitExecType
InitExecType Init Exec Type.
NewEVMExecutor
NewEVMExecutor 新创建执行器对象.
Transfer
Transfer 在内存数据库中执行转账操作(只修改内存中的金额) 从外部账户地址到合约账户地址.
#
Structs
EVMExecutor
EVMExecutor EVM执行器结构.