| 接口 | 说明 |
|---|---|
| Bytes |
A value made of bytes.
|
| Bytes32 |
A
Bytes value that is guaranteed to contain exactly 32 bytes. |
| MutableBytes |
A mutable
Bytes value. |
| MutableBytes32 | |
| UInt256Value<T extends UInt256Value<T>> |
Represents a 256-bit (32 bytes) unsigned integer value.
|
| 类 | 说明 |
|---|---|
| AbstractBytes |
An abstract
Bytes value that provides implementations of
AbstractBytes.equals(Object), AbstractBytes.hashCode() and AbstractBytes.toString(). |
| DelegatingBytes32 |
A class that holds and delegates all operations to its inner bytes field.
|
| MutableByteBufferWrappingBytes | |
| UInt256 |
An unsigned 256-bit precision number.
|
Copyright © 2021. All rights reserved.