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

Method GetTimestampMs

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

Source from the content-addressed store, hash-verified

226}
227
228func (m *BlockHeader) GetTimestampMs() uint64 {
229 if m != nil {
230 return m.TimestampMs
231 }
232 return 0
233}
234
235func (m *BlockHeader) GetRunlimit() int64 {
236 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected