| 接口 | 说明 |
|---|---|
| STObject.FieldFilter |
| 类 | 说明 |
|---|---|
| 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.
|
| AccountID.Translator | |
| Amount |
In ripple, amounts are either ZXC, the native currency, or an IOU of
a given currency as issued by a designated account.
|
| Amount.Translator | |
| Blob | |
| Blob.Translator | |
| Currency |
Funnily enough, yes, in rippled a currency is represented by a Hash160 type.
|
| Currency.CurrencyTranslator |
It's better to extend HashTranslator than the Hash160.Translator directly
That way the generics can still vibe with the @Override
|
| Currency.Demurrage | |
| Flags | |
| Issue |
Represents a currency/issuer pair
|
| IssuePair | |
| PathSet | |
| PathSet.Hop | |
| PathSet.Path | |
| PathSet.Translator | |
| Quality | |
| RippleDate | |
| STArray | |
| STArray.Translator | |
| STObject | |
| STObject.FieldsMap | |
| STObject.Translator | |
| STObject.Translators | |
| STObjectFormatter | |
| Vector256 | |
| Vector256.Translator |
| 枚举 | 说明 |
|---|---|
| Currency.Type |
| 异常错误 | 说明 |
|---|---|
| AccountID.UnknownAlias | |
| Amount.PrecisionError |
Thrown when an Amount is constructed with an invalid value
|
| STObject.FormatException |
Copyright © 2021. All rights reserved.