RawBlock is a raw block.
| 316 | |
| 317 | // RawBlock is a raw block. |
| 318 | type RawBlock struct { |
| 319 | Header *BlockHeader `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"` |
| 320 | Transactions []*RawTx `protobuf:"bytes,2,rep,name=transactions" json:"transactions,omitempty"` |
| 321 | Arguments []*DataItem `protobuf:"bytes,3,rep,name=arguments" json:"arguments,omitempty"` |
| 322 | } |
| 323 | |
| 324 | func (m *RawBlock) Reset() { *m = RawBlock{} } |
| 325 | func (m *RawBlock) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected