Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/canopy-network/canopy
/ Unmarshal
Method
Unmarshal
lib/codec/codec.go:16–16 ·
view source on GitHub ↗
(data []byte, ptr any)
Source
from the content-addressed store, hash-verified
14
type
BinaryCodec
interface
{
15
Marshal(message any) ([]byte, error)
16
Unmarshal(data []byte, ptr any) error
17
ToAny(proto.Message) (*anypb.Any, error)
18
FromAny(*anypb.Any) (proto.Message, error)
19
}
Callers
15
keystoreNewKey
Function · 0.65
keystoreGetKey
Function · 0.65
getHeight
Function · 0.65
getAccountBalance
Function · 0.65
waitForTxInclusion
Function · 0.65
checkTxNotFailed
Function · 0.65
buildSignAndSendTx
Function · 0.65
Unmarshal
Function · 0.65
NewConfigFromFile
Function · 0.65
loadCheckpointsFile
Method · 0.65
UnmarshalJSON
Method · 0.65
UnmarshalJSON
Method · 0.65
Implementers
1
Protobuf
lib/codec/codec.go
Calls
no outgoing calls
Tested by
15
keystoreNewKey
Function · 0.52
keystoreGetKey
Function · 0.52
getHeight
Function · 0.52
getAccountBalance
Function · 0.52
waitForTxInclusion
Function · 0.52
checkTxNotFailed
Function · 0.52
buildSignAndSendTx
Function · 0.52
TestAggregateSignatureJSON
Function · 0.52
TestConsensusValidatorJSON
Function · 0.52
TestViewJSON
Function · 0.52
TestPhaseJSON
Function · 0.52
TestPeerAddressJSON
Function · 0.52