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

Method GetTuple

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

Source from the content-addressed store, hash-verified

176}
177
178func (m *DataItem) GetTuple() []*DataItem {
179 if m != nil {
180 return m.Tuple
181 }
182 return nil
183}
184
185// BlockHeader is the header of a Block: everything except the block's
186// transactions and predicate args.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected