| 限定符和类型 | 方法和说明 |
|---|---|
void |
STWriter.write(SerializedType obj)
Write method.
|
void |
STWriter.writeVl(SerializedType obj)
Write v1
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountID
Originally it was intended that AccountIDs would be variable length so that's
why they are variable length encoded as top level field objects.
|
class |
Amount
In ripple, amounts are either ZXC, the native currency, or an IOU of
a given currency as issued by a designated account.
|
class |
Blob |
class |
Currency
Funnily enough, yes, in rippled a currency is represented by a Hash160 type.
|
class |
Flags |
class |
PathSet |
class |
STArray |
class |
STObject |
class |
Vector256 |
| 限定符和类型 | 方法和说明 |
|---|---|
SerializedType |
STObject.get(Field field) |
SerializedType |
STObject.remove(Field f) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeTranslator<SerializedType> |
STObject.Translators.forField(Field field) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
STObject.put(Field f,
SerializedType value) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Hash<Subclass extends Hash> |
class |
Hash128 |
class |
Hash160 |
class |
Hash256 |
| 限定符和类型 | 方法和说明 |
|---|---|
HalfSha512 |
HalfSha512.add(SerializedType st)
Add serialized object.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
UInt<Subclass extends UInt> |
class |
UInt16 |
class |
UInt32 |
class |
UInt64 |
class |
UInt8 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TypeTranslator<T extends SerializedType> |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BinarySerializer.add(Field field,
SerializedType value) |
void |
BinarySerializer.addLengthEncoded(SerializedType value) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EngineResult |
class |
LedgerEntryType |
class |
TransactionType |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LedgerEntry |
class |
LedgerHashes |
class |
ThreadedLedgerEntry |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountRoot |
class |
DirectoryNode |
class |
Offer |
class |
OfferDirectory |
class |
RippleState |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Transaction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AffectedNode |
class |
TransactionMeta |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountSet |
class |
OfferCancel |
class |
OfferCreate |
class |
Payment |
class |
SmartContract |
class |
SQLStatement |
class |
TableListSet |
class |
TicketCancel |
class |
TicketCreate |
class |
TrustSet |
Copyright © 2021. All rights reserved.