public class UInt256 extends UIntBase implements Comparable<UInt256>
| 限定符和类型 | 字段和说明 |
|---|---|
static UInt256 |
ZERO |
data_bytes| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(UInt256 other) |
static UInt256 |
parse(String s) |
static boolean |
tryParse(String s,
UInt256 result) |
deserialize, equals, hashCode, serialize, toArray, toHexString, toStringfrompublic static final UInt256 ZERO
Copyright © 2021. All rights reserved.