(*Stream)
| 63 | // read less or more, but it might be confusing. |
| 64 | type Decoder interface { |
| 65 | DecodeRLP(*Stream) error |
| 66 | } |
| 67 | |
| 68 | // Decode parses RLP-encoded data from r and stores the result in the value pointed to by |
no outgoing calls
no test coverage detected