| 限定符和类型 | 类和说明 |
|---|---|
class |
Address
Custom type which inherits base class defines 20-bit data,
it mostly used to defined contract address
|
class |
Fixed8 |
class |
UInt256
Custom type which inherits base class defines 32-bit data,
it mostly used to defined transaction identity
|
class |
UIntBase
Custom type base abstract class, it defines the storage and the serialization
and deserialization of actual data
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Signable |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataSignature |
class |
Inventory |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Contract |
class |
Sig |
class |
State |
class |
TransferFrom |
class |
Transfers |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Block
block
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Params |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuthorizeInfo |
class |
Configuration |
class |
GlobalParam |
class |
GlobalParam1 |
class |
GlobalParam2 |
class |
GovernanceView |
class |
PeerPoolItem |
class |
SplitCurve |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Bookkeeper |
class |
Bookkeeping |
class |
DeployCode |
class |
DeployWasmCode |
class |
Enrollment |
class |
InvokeCode |
class |
InvokeWasmCode |
class |
Vote |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NodeToSideChainParams |
class |
SideChain |
class |
SideChainNodeInfo |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Attribute |
class |
Transaction |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Serializable> |
Serializable.from(byte[] value,
Class<T> t) |
<T extends Serializable> |
BinaryReader.readSerializable(Class<T> t) |
<T extends Serializable> |
BinaryReader.readSerializableArray(Class<T> t) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Serializable> |
BinaryReader.readSerializableArray(Class<T> t) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BinaryWriter.writeSerializable(Serializable v) |
void |
BinaryWriter.writeSerializableArray(Serializable[] v) |
void |
BinaryWriter.writeSerializableArray2(Serializable[] v) |
Copyright © 2021. All rights reserved.