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

Method GetRefsCount

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

Source from the content-addressed store, hash-verified

240}
241
242func (m *BlockHeader) GetRefsCount() int64 {
243 if m != nil {
244 return m.RefsCount
245 }
246 return 0
247}
248
249func (m *BlockHeader) GetTransactionsRoot() *Hash {
250 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected