()
| 334 | } |
| 335 | |
| 336 | func (m *RawBlock) GetTransactions() []*RawTx { |
| 337 | if m != nil { |
| 338 | return m.Transactions |
| 339 | } |
| 340 | return nil |
| 341 | } |
| 342 | |
| 343 | func (m *RawBlock) GetArguments() []*DataItem { |
| 344 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected