MCPcopy 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
28type StateValue interface {
29 Serialize(w io.Writer) error
30 Deserialize(r io.Reader) error
31}

Callers 15

TestInvHandleFunction · 0.65
SaveCurrentBlockMethod · 0.65
getTransactionKeyMethod · 0.65
SignFunction · 0.65
SignFunction · 0.65
TestVerifyFunction · 0.65
SerializeMethod · 0.65
TestSerializeFunction · 0.65
TestVmValue_DeserializeFunction · 0.65
RuntimeSerializeFunction · 0.65
setRecFunction · 0.65
updateRecFunction · 0.65

Implementers 5

ExportBlockMetadatacmd/utils/export.go
VmValuevm/neovm/types/neovm_value.go
Blockconsensus/vbft/types.go
BlockFetchRespMsgconsensus/vbft/msg_types.go
GovernanceViewsmartcontract/service/native/governanc

Calls

no outgoing calls

Tested by 7

TestInvHandleFunction · 0.52
TestVerifyFunction · 0.52
TestSerializeFunction · 0.52
TestVmValue_DeserializeFunction · 0.52
setRecFunction · 0.52
updateRecFunction · 0.52
regGroupControlledIDFunction · 0.52