abstract fun writeRLP(value: Bytes!): Unit
(source)
Append an already RLP encoded value.
Note that this method may not validate that value
is a valid RLP sequence. Appending an invalid RLP sequence will cause the entire RLP encoding produced by this writer to also be invalid.
value
- Bytes!: The RLP encoded bytes to append.