Merge commit '6e7a8b8ad389845d792b6798bf7b8ddebb7b540c' into ja-multisig

This commit is contained in:
tequ
2023-04-16 00:22:37 +09:00
95 changed files with 1809 additions and 4621 deletions

View File

@@ -8,7 +8,7 @@ labels:
# account_lines
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountLines.cpp "Source")
The `account_lines` method returns information about an account's trust lines, including balances in all non-XRP currencies and assets. All information retrieved is relative to a particular version of the ledger.
The `account_lines` method returns information about an account's trust lines, which contain balances in all non-XRP currencies and assets. All information retrieved is relative to a particular version of the ledger.
## Request Format

View File

@@ -21,6 +21,7 @@ The types of objects that may appear in the `account_objects` response for an ac
- [Check objects](check.html) for pending Checks.
- [DepositPreauth objects](depositpreauth-object.html) for deposit preauthorizations. [New in: rippled 1.1.0][]
- [Ticket objects](known-amendments.html#tickets) for Tickets.
- [NFTokenPage objects](nftokenpage.html) for collections of NFTs.
## Request Format