| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
STReader.accountID() |
| 限定符和类型 | 字段和说明 |
|---|---|
AccountID |
PathSet.Hop.account |
AccountID |
PathSet.Hop.issuer |
static AccountID |
AccountID.NEUTRAL |
static AccountID |
AccountID.SWT_ISSUER |
static AccountID |
AccountID.XRP_ISSUER1 |
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,AccountID> |
AccountID.aliases |
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountID |
AccountID.accountForAlias(String value) |
static AccountID |
AccountID.addAliasFromPassPhrase(String n,
String n2) |
static AccountID |
AccountID.fromAddress(String address) |
static AccountID |
AccountID.fromAddressBytes(byte[] bytes) |
static AccountID |
AccountID.fromBytes(byte[] bytes) |
static AccountID |
AccountID.fromInteger(Integer n) |
static AccountID |
AccountID.fromKeyPair(com.jccdex.core.crypto.ecdsa.IKeyPair kp) |
AccountID |
AccountID.Translator.fromParser(BinaryParser parser,
Integer hint) |
static AccountID |
AccountID.fromPassPhrase(String phrase) |
static AccountID |
AccountID.fromSeedBytes(byte[] seed) |
static AccountID |
AccountID.fromSeedString(String seed) |
static AccountID |
AccountID.fromString(String value) |
AccountID |
AccountID.Translator.fromString(String value) |
AccountID |
STObject.get(AccountIDField f) |
AccountID |
Amount.getIssuer() |
AccountID |
Issue.issuer() |
AccountID |
Amount.issuer() |
| 限定符和类型 | 方法和说明 |
|---|---|
Amount |
Amount.newIssuer(AccountID issuer) |
void |
STObject.put(AccountIDField f,
AccountID o) |
String |
AccountID.Translator.toString(AccountID obj) |
| 构造器和说明 |
|---|
Amount(BigDecimal value,
Currency currency,
AccountID issuer) |
Amount(BigDecimal value,
Currency currency,
AccountID issuer,
boolean isNative,
boolean unbounded) |
Amount(Currency currency,
AccountID account) |
Issue(Currency currency,
AccountID issuer) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash256 |
Index.accountRoot(AccountID accountID) |
static Hash256 |
Index.ownerDirectory(AccountID account) |
static Hash256 |
Index.rippleState(AccountID a1,
AccountID a2,
Currency currency) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash256 |
Index.rippleState(List<AccountID> accounts,
Currency currency) |
| 限定符和类型 | 方法和说明 |
|---|---|
TreeSet<AccountID> |
LedgerEntry.owners() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
AccountRoot.account() |
AccountID |
Offer.account() |
AccountID |
RippleState.highAccount() |
AccountID |
RippleState.lowAccount() |
AccountID |
DirectoryNode.owner() |
AccountID |
AccountRoot.regularKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountID> |
RippleState.sortedAccounts() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AccountRoot.account(AccountID val) |
void |
Offer.account(AccountID val) |
boolean |
RippleState.authorizedBy(AccountID account)
已过时。
|
boolean |
RippleState.isFor(AccountID source) |
boolean |
RippleState.isFor(AccountID s1,
AccountID s2,
Currency currency) |
Amount |
RippleState.issuedTo(AccountID accountID) |
AmountField |
RippleState.limitFieldFor(AccountID source) |
void |
DirectoryNode.owner(AccountID val) |
void |
AccountRoot.regularKey(AccountID val) |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
Transaction.account() |
AccountID |
Transaction.signingKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Transaction.account(AccountID val) |
void |
Transaction.platform(AccountID val) |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
TransactionResult.createdAccount() |
AccountID |
TransactionResult.initiatingAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<AccountID,STObject> |
TransactionResult.modifiedRoots() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
Payment.destination() |
AccountID |
TokenIssue.issuer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Payment.destination(AccountID val) |
void |
TokenIssue.issuer(AccountID val) |
Copyright © 2021. All rights reserved.