public class UInt256 extends UIntBase implements Comparable<UInt256>
| Modifier and Type | Field and Description |
|---|---|
static UInt256 |
ZERO |
data_bytes| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UInt256 other) |
static UInt256 |
parse(String s) |
static boolean |
tryParse(String s,
UInt256 result) |
deserialize, equals, hashCode, serialize, toArray, toHexString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfrompublic static final UInt256 ZERO
Copyright © 2020. All rights reserved.