MCPcopy Create free account
hub / github.com/DNAProject/DNA / WriteAddress

Method WriteAddress

common/zero_copy_sink.go:146–148  ·  view source on GitHub ↗
(addr Address)

Source from the content-addressed store, hash-verified

144}
145
146func (self *ZeroCopySink) WriteAddress(addr Address) {
147 self.WriteBytes(addr[:])
148}
149
150func (self *ZeroCopySink) WriteHash(hash Uint256) {
151 self.WriteBytes(hash[:])

Callers 6

BuildWasmContractParamFunction · 0.95
buildTestConextFunction · 0.95
SerializationMethod · 0.80
SerializationMethod · 0.80
SerializationMethod · 0.80
SerializationMethod · 0.80

Calls 1

WriteBytesMethod · 0.95

Tested by

no test coverage detected