| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
Account.id()
Create AccountID
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.json.JSONObject |
Client.accountInfo(AccountID account)
Request for account information.
|
AccountTxPager |
Client.accountTxPager(AccountID accountID)
Request account transaction page.
|
void |
Client.GetAccountLines(AccountID addy,
Publisher.Callback<org.json.JSONObject> cb)
Request for account_lines.
|
org.json.JSONObject |
Client.select(String secret,
AccountID account,
AccountID owner,
String name,
String raw,
Publisher.Callback<org.json.JSONObject> cb)
Select data from chain.
|
Request |
Client.subscribeAccount(AccountID... accounts)
Subscribe for account.
|
Request |
Client.unsubscribeAccount(AccountID... accounts) |
| 构造器和说明 |
|---|
Account(AccountID id,
IKeyPair keyPair,
TrackedAccountRoot root,
TransactionManager tm)
Set Account parameters
|
| 限定符和类型 | 方法和说明 |
|---|---|
PaymentFlow |
PaymentFlow.destination(AccountID id)
Payment destination.
|
Request |
PaymentFlow.requestAccountInfo(AccountID id)
do from cache ;)
|
| 限定符和类型 | 字段和说明 |
|---|---|
AccountID |
TrackedAccountRoot.Account |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SubscriptionManager.addAccount(AccountID a)
Add Account.
|
void |
SubscriptionManager.removeAccount(AccountID a)
Remove Account.
|
void |
TrackedAccountRoot.setUnfundedAccount(AccountID account)
setUnfundedAccount
|
| 构造器和说明 |
|---|
AccountTxPager(Client client,
AccountID account,
AccountTxPager.OnPage onPage)
Constructor.
|
AccountTxPager(Client client,
AccountID account,
AccountTxPager.OnPage onPage,
long ledgerMin)
Constructor.
|
AccountTxPager(Client client,
AccountID account,
AccountTxPager.OnPage onPage,
long ledgerMin,
long ledgerMax)
AccountTxPager Constructor.
|
TransactionManager(Client client,
TrackedAccountRoot accountRoot,
AccountID accountID,
IKeyPair keyPair)
TransactionManager constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountLine |
AccountLine.fromJSON(AccountID orientedTo,
org.json.JSONObject line)
Create account line from a JSONObject
|
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
STReader.accountID()
Parse AccountId
|
| 限定符和类型 | 字段和说明 |
|---|---|
AccountID |
PathSet.Hop.account |
AccountID |
PathSet.Hop.issuer |
static AccountID |
AccountID.NEUTRAL |
static AccountID |
AccountID.XRP_ISSUER |
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,AccountID> |
AccountID.aliases |
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountID |
AccountID.accountForAlias(String value)
accountForAlias
|
static AccountID |
AccountID.addAliasFromPassPhrase(String n,
String n2)
addAliasFromPassPhrase
|
static AccountID |
AccountID.fromAddress(String address)
fromAddress
|
static AccountID |
AccountID.fromAddressBytes(byte[] bytes)
Create from Address bytes.
|
static AccountID |
AccountID.fromBytes(byte[] bytes)
From bytes.
|
static AccountID |
AccountID.fromInteger(Integer n)
Get AccountID from integer.
|
static AccountID |
AccountID.fromKeyPair(IKeyPair kp)
From keypair.
|
AccountID |
AccountID.Translator.fromParser(BinaryParser parser,
Integer hint) |
static AccountID |
AccountID.fromPassPhrase(String phrase)
From passphrase.
|
static AccountID |
AccountID.fromSeedBytes(byte[] seed)
From Seed byte array.
|
static AccountID |
AccountID.fromSeedString(String seed)
fromSeedString
|
static AccountID |
AccountID.fromString(String value)
Static from* constructors
|
AccountID |
AccountID.Translator.fromString(String value) |
AccountID |
STObject.get(AccountIDField f) |
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 constructor.
|
Amount(BigDecimal value,
Currency currency,
AccountID issuer,
boolean isNative,
boolean unbounded)
Constructor.
|
Amount(Currency currency,
AccountID account) |
Issue(Currency currency,
AccountID issuer) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash256 |
Index.accountRoot(AccountID accountID)
Create accountRoot from accountId.
|
static Hash256 |
Index.ownerDirectory(AccountID account)
Owner Directory
|
static Hash256 |
Index.rippleState(AccountID a1,
AccountID a2,
Currency currency)
Get rippleState.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash256 |
Index.rippleState(List<AccountID> accounts,
Currency currency)
rippleState
|
| 限定符和类型 | 方法和说明 |
|---|---|
TreeSet<AccountID> |
LedgerEntry.owners() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
Offer.account() |
AccountID |
AccountRoot.account() |
AccountID |
RippleState.highAccount() |
AccountID |
RippleState.lowAccount() |
AccountID |
DirectoryNode.owner() |
AccountID |
AccountRoot.regularKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountID> |
RippleState.sortedAccounts() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Offer.account(AccountID val) |
void |
AccountRoot.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) |
byte[] |
Transaction.multiSigningData(AccountID account) |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
TransactionResult.createdAccount() |
AccountID |
TransactionResult.initiatingAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<AccountID,STObject> |
TransactionResult.modifiedRoots() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountID |
Payment.destination() |
AccountID |
SQLStatement.owner() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Payment.destination(AccountID val) |
void |
SQLStatement.tables(AccountID val) |
Copyright © 2021. All rights reserved.