()
| 308 | } |
| 309 | |
| 310 | func (m *RawTx) GetProgram() []byte { |
| 311 | if m != nil { |
| 312 | return m.Program |
| 313 | } |
| 314 | return nil |
| 315 | } |
| 316 | |
| 317 | // RawBlock is a raw block. |
| 318 | type RawBlock struct { |
nothing calls this directly
no outgoing calls
no test coverage detected