Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FactomProject/factom
/ Error
Method
Error
jsonrpc.go:64–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(e *JSONError) Error() string {
65
s := fmt.Sprint(e.Message)
66
if
e.Data != nil {
67
s += fmt.Sprint(
": "
, e.Data)
68
}
69
return
s
70
}
71
72
type
JSON2Request
struct
{
73
JSONRPC string `json:
"jsonrpc"
`
Callers
15
TestJSONTransactions
Function · 0.80
TestTransactions
Function · 0.80
TestGetRaw
Function · 0.80
TestUnmarshalJSON
Function · 0.80
TestJSON2Response
Function · 0.80
factomdRequest
Function · 0.80
walletRequest
Function · 0.80
TestMarshalIdendityKey
Function · 0.80
TestGetIdentityKey
Function · 0.80
TestMakeBIP44IdentityKey
Function · 0.80
TestMarshalAddresses
Function · 0.80
TestGetECAddress
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestJSONTransactions
Function · 0.64
TestTransactions
Function · 0.64
TestGetRaw
Function · 0.64
TestUnmarshalJSON
Function · 0.64
TestJSON2Response
Function · 0.64
TestMarshalIdendityKey
Function · 0.64
TestGetIdentityKey
Function · 0.64
TestMakeBIP44IdentityKey
Function · 0.64
TestMarshalAddresses
Function · 0.64
TestGetECAddress
Function · 0.64
TestGetFactoidAddress
Function · 0.64
TestMakeFactoidAddressFromMnemonic
Function · 0.64