| 限定符和类型 | 字段和说明 |
|---|---|
static Address |
DEFAULT |
static int |
DEFAULT_LENGTH |
static String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| 构造器和说明 |
|---|
Address(BigInteger value) |
Address(int bitSize,
BigInteger value) |
Address(int bitSize,
String hexValue) |
Address(String hexValue) |
Address(Uint value) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
base58Decode(String address) |
static String |
base58Ecode(Object hexString) |
boolean |
equals(Object o) |
String |
getTypeAsString() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
Uint |
toUint() |
bytes32PaddedLengthpublic static final int DEFAULT_LENGTH
public static final Address DEFAULT
public Address(Uint value)
public Address(BigInteger value)
public Address(int bitSize,
BigInteger value)
public Address(String hexValue)
public Address(int bitSize,
String hexValue)
public Uint toUint()
public String getTypeAsString()
getTypeAsString 在接口中 Type<String>Copyright © 2025. All rights reserved.