public class Address extends UIntBase implements Comparable<Address>
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
COIN_VERSION |
static Address |
ZERO |
data_bytes| 限定符和类型 | 方法和说明 |
|---|---|
static Address |
addressFromMultiPubKeys(int m,
byte[]... publicKeys) |
static Address |
addressFromPubKey(byte[] publicKey) |
static Address |
addressFromPubKey(String publicKey) |
static Address |
AddressFromVmCode(String codeHexStr) |
int |
compareTo(Address other) |
static Address |
decodeBase58(String address) |
static Address |
parse(String value) |
String |
toBase58() |
static Address |
toScriptHash(byte[] script) |
static boolean |
tryParse(String s,
Address result) |
deserialize, equals, hashCode, serialize, toArray, toHexString, toStringfrompublic static final Address ZERO
public static final byte COIN_VERSION
public static Address addressFromPubKey(byte[] publicKey)
public static Address addressFromMultiPubKeys(int m, byte[]... publicKeys) throws Exception
Exceptionpublic static Address decodeBase58(String address) throws SDKException
SDKExceptionpublic static Address toScriptHash(byte[] script)
public int compareTo(Address other)
compareTo 在接口中 Comparable<Address>public String toBase58()
Copyright © 2021. All rights reserved.