toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model
/
EthereumAddress
Ethereum
Address
data
class
EthereumAddress
(
addr
:
String
)
以太坊地址类
Parameters
addr
以太坊地址,示例:0x5f2be9a02b43f748ee460bf36eed24fafa109920
Members
Members & Extensions
Constructors
Ethereum
Address
Link copied to clipboard
constructor
(
addr
:
String
)
Properties
clean
Hex
Link copied to clipboard
val
cleanHex
:
String
hex
Link copied to clipboard
@
Transient
val
hex
:
String
Functions
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
Address
Link copied to clipboard
fun
EthereumAddress
.
toAddress
(
prefix
:
String
=
"01"
)
:
Address
将以太坊地址转为ZLTC地址
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String