MCPcopy Create free account
hub / github.com/chain/txvm / GetTransactionsRoot

Method GetTransactionsRoot

protocol/bc/bc.pb.go:249–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247}
248
249func (m *BlockHeader) GetTransactionsRoot() *Hash {
250 if m != nil {
251 return m.TransactionsRoot
252 }
253 return nil
254}
255
256func (m *BlockHeader) GetContractsRoot() *Hash {
257 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected