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

Method GetPreviousBlockId

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

Source from the content-addressed store, hash-verified

219}
220
221func (m *BlockHeader) GetPreviousBlockId() *Hash {
222 if m != nil {
223 return m.PreviousBlockId
224 }
225 return nil
226}
227
228func (m *BlockHeader) GetTimestampMs() uint64 {
229 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected