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

Method GetTransactions

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

Source from the content-addressed store, hash-verified

334}
335
336func (m *RawBlock) GetTransactions() []*RawTx {
337 if m != nil {
338 return m.Transactions
339 }
340 return nil
341}
342
343func (m *RawBlock) GetArguments() []*DataItem {
344 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected