toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model
/
Address
Address
data
class
Address
(
val
addr
:
String
)
ZLTC地址
Members
Members & Extensions
Constructors
Address
Link copied to clipboard
constructor
(
addr
:
String
)
Properties
addr
Link copied to clipboard
val
addr
:
String
zltc地址,示例:zltc_Z1pnS94bP4hQSYLs4aP4UwBP9pH8bEvhi
address
Link copied to clipboard
@
Transient
val
address
:
String
clean
Address
Link copied to clipboard
val
cleanAddress
:
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
Ethereum
Address
Link copied to clipboard
fun
Address
.
toEthereumAddress
(
)
:
String
将以太坊地址转为ZLTC地址
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String