| 程序包 | 说明 |
|---|---|
| org.tron.tronj.crypto.tuweniTypes |
| 限定符和类型 | 方法和说明 |
|---|---|
static MutableBytes32 |
MutableBytes32.create()
Create a new mutable 32 bytes value.
|
MutableBytes32 |
Bytes32.mutableCopy() |
MutableBytes32 |
DelegatingBytes32.mutableCopy() |
static MutableBytes32 |
MutableBytes32.wrap(byte[] value)
Wrap a 32 bytes array as a mutable 32 bytes value.
|
static MutableBytes32 |
MutableBytes32.wrap(byte[] value,
int offset)
Wrap a the provided array as a
MutableBytes32. |
static MutableBytes32 |
MutableBytes32.wrap(MutableBytes value)
Wrap a the provided value, which must be of size 32, as a
MutableBytes32. |
static MutableBytes32 |
MutableBytes32.wrap(MutableBytes value,
int offset)
Wrap a slice/sub-part of the provided value as a
MutableBytes32. |
Copyright © 2021. All rights reserved.