public class Address extends UIntBase implements Comparable<Address>
| Modifier and Type | Field and Description |
|---|---|
static byte |
COIN_VERSION |
static Address |
ZERO |
data_bytes| Modifier and Type | Method and Description |
|---|---|
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfrompublic 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 in interface Comparable<Address>public String toBase58()
Copyright © 2020. All rights reserved.