public class Alias extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
AddressVersion |
static byte |
MAX_LENGTH |
static byte |
MIN_LENGTH |
static String |
PREFIX |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Alias |
fromRawString(String str,
byte networkByte) |
static Alias |
fromString(String str) |
byte[] |
getBytes() |
byte |
getChainId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public static String PREFIX
public static byte AddressVersion
public static byte MIN_LENGTH
public static byte MAX_LENGTH
public Alias(String name, byte networkByte)
public String getName()
public byte getChainId()
public byte[] getBytes()
Copyright © 2019. All rights reserved.