Package-level declarations

Types

Link copied to clipboard
data class RLPElement(val bytes: ByteArray) : RLPType
Link copied to clipboard
data class RLPList(val element: List<RLPType>) : RLPType
Link copied to clipboard
sealed class RLPType

Functions

Link copied to clipboard

RLP as of Appendix B. Recursive Length Prefix at https://github.com/ethereum/yellowpaper

Link copied to clipboard

RLP as of Appendix B. Recursive Length Prefix at https://github.com/ethereum/yellowpaper

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Array<*>.toRLP(): RLPList

RLP as of Appendix B. Recursive Length Prefix at https://github.com/ethereum/yellowpaper

Link copied to clipboard