Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ GetData
Method
GetData
common/fixed64.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(f Fixed64) GetData() int64 {
57
return
int64(f)
58
}
59
60
func
(f Fixed64) String() string {
61
var
buffer bytes.Buffer
Callers
2
BuildSmartContractParamInter
Function · 0.80
BuildNeoVMParam
Function · 0.80
Calls
no outgoing calls
Tested by
1
BuildSmartContractParamInter
Function · 0.64