Address

data class Address(val addr: String)

ZLTC地址

Constructors

Link copied to clipboard
constructor(addr: String)

Properties

Link copied to clipboard

zltc地址,示例:zltc_Z1pnS94bP4hQSYLs4aP4UwBP9pH8bEvhi

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

将以太坊地址转为ZLTC地址

Link copied to clipboard
open override fun toString(): String