mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 01:07:59 +00:00
Label browsing: more labels, style updates, etc.
This commit is contained in:
@@ -3,7 +3,7 @@ html: accountroot.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: The settings, XRP balance, and other metadata for one account.
|
||||
labels:
|
||||
- Payments
|
||||
- Accounts
|
||||
- XRP
|
||||
---
|
||||
# AccountRoot
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: amendments-object.html #amendments.html is taken by the concept page
|
||||
parent: ledger-object-types.html
|
||||
blurb: Singleton object with status of enabled and pending amendments.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Amendments
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L110-L113 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledgerhashes.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: Lists of prior ledger versions' hashes for history lookup.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# LedgerHashes
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")
|
||||
|
||||
@@ -3,6 +3,8 @@ html: negativeunl.html
|
||||
parent: ledger-object-types.html
|
||||
status: not_enabled
|
||||
blurb: List of validators currently believed to be offline.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# NegativeUNL
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: enableamendment.html
|
||||
parent: pseudo-transaction-types.html
|
||||
blurb: Enable a change in transaction processing.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# EnableAmendment
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: pseudo-transaction-types.html
|
||||
parent: transaction-formats.html
|
||||
blurb: Formats of pseudo-transactions that validators sometimes apply to the XRP Ledger.
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Pseudo-Transactions
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: unlmodify.html
|
||||
parent: pseudo-transaction-types.html
|
||||
status: not_enabled
|
||||
blurb: Change the list of trusted validators currently considered offline.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# UNLModify
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-metadata.html
|
||||
parent: transaction-formats.html
|
||||
blurb: Transaction metadata describes the outcome of the transaction in detail, regardless of whether the transaction is successful.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Transaction Metadata
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-results.html
|
||||
parent: transaction-formats.html
|
||||
blurb: Learn how to interpret rippled server transaction results.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Transaction Results
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: accountdelete.html
|
||||
parent: transaction-types.html
|
||||
blurb: Delete an account.
|
||||
labels:
|
||||
- Accounts
|
||||
---
|
||||
# AccountDelete
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: accountset.html
|
||||
parent: transaction-types.html
|
||||
blurb: Set options on an account.
|
||||
labels:
|
||||
- Accounts
|
||||
---
|
||||
# AccountSet
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: transaction-types.html
|
||||
parent: transaction-formats.html
|
||||
blurb: All the different types of transactions that the XRP Ledger can process.
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Transaction Types
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: admin-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: Administer a rippled server with these admin API methods.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Admin rippled Methods
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ html: account_info.html
|
||||
parent: account-methods.html
|
||||
blurb: Get basic data about an account.
|
||||
labels:
|
||||
- Accounts
|
||||
- XRP
|
||||
---
|
||||
# account_info
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: account_objects.html
|
||||
parent: account-methods.html
|
||||
blurb: Get all ledger objects owned by an account.
|
||||
labels:
|
||||
- Accounts
|
||||
---
|
||||
# account_objects
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: account_tx.html
|
||||
parent: account-methods.html
|
||||
blurb: Get info about an account's transactions.
|
||||
labels:
|
||||
- Payments
|
||||
- Accounts
|
||||
---
|
||||
# account_tx
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: gateway_balances.html
|
||||
parent: account-methods.html
|
||||
blurb: Calculate total amounts issued by an account.
|
||||
labels:
|
||||
- Tokens
|
||||
- Accounts
|
||||
---
|
||||
# gateway_balances
|
||||
[[Source]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/GatewayBalances.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: noripple_check.html
|
||||
parent: account-methods.html
|
||||
blurb: Get recommended changes to an account's Default Ripple and No Ripple settings.
|
||||
labels:
|
||||
- Tokens
|
||||
---
|
||||
# noripple_check
|
||||
[[Source]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/NoRippleCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger.html # Watch carefully for clashes w/ this filename
|
||||
parent: ledger-methods.html
|
||||
blurb: Get info about a ledger version.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# ledger
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerHandler.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_closed.html
|
||||
parent: ledger-methods.html
|
||||
blurb: Get the latest closed ledger version.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# ledger_closed
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerClosed.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_current.html
|
||||
parent: ledger-methods.html
|
||||
blurb: Get the current working ledger version.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# ledger_current
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerCurrent.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_data.html
|
||||
parent: ledger-methods.html
|
||||
blurb: Get the raw contents of a ledger version.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# ledger_data
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerData.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_entry.html
|
||||
parent: ledger-methods.html
|
||||
blurb: Get one element from a ledger version.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# ledger_entry
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerEntry.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: book_offers.html
|
||||
parent: path-and-order-book-methods.html
|
||||
blurb: Get info about offers to exchange two currencies.
|
||||
labels:
|
||||
- Decentralized Exchange
|
||||
---
|
||||
# book_offers
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/BookOffers.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: deposit_authorized.html
|
||||
parent: path-and-order-book-methods.html
|
||||
blurb: Check whether an account is authorized to send money directly to another.
|
||||
labels:
|
||||
- Accounts
|
||||
- Security
|
||||
---
|
||||
# deposit_authorized
|
||||
[[Source]](https://github.com/ripple/rippled/blob/817d2339b8632cb2f97d3edd6f7af33aa7631744/src/ripple/rpc/handlers/DepositAuthorized.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: path_find.html
|
||||
parent: path-and-order-book-methods.html
|
||||
blurb: Find a path for a payment between two accounts and receive updates.
|
||||
labels:
|
||||
- Cross-Currency
|
||||
- Tokens
|
||||
---
|
||||
# path_find
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/PathFind.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: ripple_path_find.html
|
||||
parent: path-and-order-book-methods.html
|
||||
blurb: Find a path for payment between two accounts, once.
|
||||
labels:
|
||||
- Cross-Currency
|
||||
- Tokens
|
||||
---
|
||||
# ripple_path_find
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/RipplePathFind.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: channel_authorize.html
|
||||
parent: payment-channel-methods.html
|
||||
blurb: Sign a claim for money from a payment channel.
|
||||
labels:
|
||||
- Payment Channels
|
||||
---
|
||||
# channel_authorize
|
||||
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L41 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: channel_verify.html
|
||||
parent: payment-channel-methods.html
|
||||
blurb: Check a payment channel claim's signature.
|
||||
labels:
|
||||
- Payment Channels
|
||||
---
|
||||
# channel_verify
|
||||
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: public-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Public rippled Methods
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: fee.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Get information about transaction cost.
|
||||
labels:
|
||||
- Fees
|
||||
---
|
||||
# fee
|
||||
[[Source]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/Fee1.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: manifest.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Look up the public information about a known validator.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# manifest
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Manifest.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: server_info.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Retrieve status of the server in human-readable format.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# server_info
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: server_state.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Retrieve status of the server in machine-readable format.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# server_state
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerState.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
html: subscribe.html
|
||||
parent: subscription-methods.html
|
||||
blurb: Listen for updates about a particular subject.
|
||||
labels:
|
||||
- Payments
|
||||
- Blockchain
|
||||
- Accounts
|
||||
---
|
||||
# subscribe
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tx.html
|
||||
parent: transaction-methods.html
|
||||
blurb: Retrieve info about a transaction from all the ledgers on hand.
|
||||
labels:
|
||||
- Payments
|
||||
---
|
||||
# tx
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Tx.cpp "Source")
|
||||
|
||||
Reference in New Issue
Block a user