Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Serialize
Method
Serialize
core/states/interfaces.go:29–29 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
27
28
type
StateValue
interface
{
29
Serialize(w io.Writer) error
30
Deserialize(r io.Reader) error
31
}
Callers
15
TestInvHandle
Function · 0.65
SaveCurrentBlock
Method · 0.65
getTransactionKey
Method · 0.65
Sign
Function · 0.65
Sign
Function · 0.65
TestVerify
Function · 0.65
Serialize
Method · 0.65
TestSerialize
Function · 0.65
TestVmValue_Deserialize
Function · 0.65
RuntimeSerialize
Function · 0.65
setRec
Function · 0.65
updateRec
Function · 0.65
Implementers
5
ExportBlockMetadata
cmd/utils/export.go
VmValue
vm/neovm/types/neovm_value.go
Block
consensus/vbft/types.go
BlockFetchRespMsg
consensus/vbft/msg_types.go
GovernanceView
smartcontract/service/native/governanc
Calls
no outgoing calls
Tested by
7
TestInvHandle
Function · 0.52
TestVerify
Function · 0.52
TestSerialize
Function · 0.52
TestVmValue_Deserialize
Function · 0.52
setRec
Function · 0.52
updateRec
Function · 0.52
regGroupControlledID
Function · 0.52