Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ PushInt64
Method
PushInt64
vm/neovm/value_stack_conversion.go:42–44 ·
view source on GitHub ↗
(val int64)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(self *ValueStack) PushInt64(val int64) error {
43
return
self.Push(types.VmValueFromInt64(val))
44
}
45
46
func
(self *ValueStack) PushUint64(val uint64) error {
47
return
self.Push(types.VmValueFromUint64(val))
Callers
7
ExecuteOp
Method · 0.80
HeaderGetVersion
Function · 0.80
AttributeGetUsage
Function · 0.80
TransactionGetType
Function · 0.80
RuntimeGetTime
Function · 0.80
RuntimeGetTrigger
Function · 0.80
TestVerifySig
Function · 0.80
Calls
2
Push
Method · 0.95
VmValueFromInt64
Function · 0.92
Tested by
1
TestVerifySig
Function · 0.64