public class ByteString extends Object
Modifier and Type | Field and Description |
---|---|
static ByteString |
EMPTY |
Constructor and Description |
---|
ByteString(byte[] bytes) |
ByteString(String base58String) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBase58String() |
byte[] |
getBytes() |
int |
hashCode() |
public static ByteString EMPTY
public ByteString(String base58String) throws IllegalArgumentException
IllegalArgumentException
public ByteString(byte[] bytes)
Copyright © 2019. All rights reserved.