Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Invoke
Method
Invoke
smartcontract/context/context.go:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
type
Engine
interface
{
50
Invoke() (
interface
{}, error)
51
}
52
53
// Context describe smart contract execute context struct
Callers
15
PreExecuteContract
Method · 0.65
HandleInvokeTransaction
Method · 0.65
Invoke
Method · 0.65
WASMInvoke
Function · 0.65
CallContract
Function · 0.65
executeTransaction
Function · 0.65
TestConvertNeoVmTypeHexString
Function · 0.65
BenchmarkExecuteAdd
Function · 0.65
TestBuildParamToNative
Function · 0.65
TestPackCrash
Function · 0.65
TestInfiniteLoopCrash
Function · 0.65
TestMap
Function · 0.65
Implementers
3
NeoVmService
smartcontract/service/neovm/neovm_serv
WasmVmService
smartcontract/service/wasmvm/wasm_serv
NativeService
smartcontract/service/native/native_se
Calls
no outgoing calls
Tested by
13
TestConvertNeoVmTypeHexString
Function · 0.52
BenchmarkExecuteAdd
Function · 0.52
TestBuildParamToNative
Function · 0.52
TestPackCrash
Function · 0.52
TestInfiniteLoopCrash
Function · 0.52
TestMap
Function · 0.52
TestAppendOverFlow
Function · 0.52
TestHeight
Function · 0.52
TestRandomCodeCrash
Function · 0.52
TestOpCodeDUP
Function · 0.52
TestOpReadMemAttack
Function · 0.52
TestEqualStackOverflow
Function · 0.52