RLPList

data class RLPList(val element: List<RLPType>) : RLPType

Constructors

Link copied to clipboard
constructor(element: List<RLPType>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

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