toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
rlp
/
com.example.rlp
/
RLPElement
RLPElement
data
class
RLPElement
(
val
bytes
:
ByteArray
)
:
RLPType
Members
Members & Extensions
Constructors
RLPElement
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Functions
encode
Link copied to clipboard
fun
RLPType
.
encode
(
)
:
ByteArray
RLP as of Appendix B. Recursive Length Prefix at https://github.com/ethereum/yellowpaper
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Byte
From
RLP
Link copied to clipboard
fun
RLPElement
.
toByteFromRLP
(
)
:
Byte
to
Int
From
RLP
Link copied to clipboard
fun
RLPElement
.
toIntFromRLP
(
)
:
Int
to
String
From
RLP
Link copied to clipboard
fun
RLPElement
.
toStringFromRLP
(
)
:
String
to
Unsigned
Big
Integer
From
RLP
Link copied to clipboard
fun
RLPElement
.
toUnsignedBigIntegerFromRLP
(
)
:
BigInteger