mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Label Browsing: better views, tag cloud, more tags
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
html: setfee.html
|
||||
parent: pseudo-transaction-types.html
|
||||
blurb: Change global reserve and transaction cost settings.
|
||||
labels:
|
||||
- Fees
|
||||
---
|
||||
# SetFee
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcancel.html
|
||||
parent: transaction-types.html
|
||||
blurb: Cancel a check.
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCancel
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CancelCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcash.html
|
||||
parent: transaction-types.html
|
||||
blurb: Redeem a check.
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCash
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CashCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: Create a check.
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCreate
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: depositpreauth.html
|
||||
parent: transaction-types.html
|
||||
blurb: Preauthorizes an account to send payments to this one.
|
||||
labels:
|
||||
- Security
|
||||
---
|
||||
# DepositPreauth
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/DepositPreauth.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: offercancel.html
|
||||
parent: transaction-types.html
|
||||
blurb: Withdraw a currency-exchange order.
|
||||
labels:
|
||||
- Decentralized Exchange
|
||||
---
|
||||
# OfferCancel
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: offercreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: Submit an order to exchange currency.
|
||||
labels:
|
||||
- Decentralized Exchange
|
||||
---
|
||||
# OfferCreate
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
html: payment.html
|
||||
parent: transaction-types.html
|
||||
blurb: Send funds from one account to another.
|
||||
labels:
|
||||
- Payments
|
||||
- XRP
|
||||
- Cross-Currency
|
||||
- Tokens
|
||||
---
|
||||
# Payment
|
||||
[[Source]](https://github.com/ripple/rippled/blob/5425a90f160711e46b2c1f1c93d68e5941e4bfb6/src/ripple/app/transactors/Payment.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelclaim.html
|
||||
parent: transaction-types.html
|
||||
blurb: Claim money from a payment channel.
|
||||
labels:
|
||||
- Payment Channels
|
||||
---
|
||||
# PaymentChannelClaim
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: Open a new payment channel.
|
||||
labels:
|
||||
- Payment Channels
|
||||
---
|
||||
# PaymentChannelCreate
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelfund.html
|
||||
parent: transaction-types.html
|
||||
blurb: Add more XRP to a payment channel.
|
||||
labels:
|
||||
- Payment Channels
|
||||
---
|
||||
# PaymentChannelFund
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: setregularkey.html
|
||||
parent: transaction-types.html
|
||||
blurb: Add, remove, or modify an account's regular key pair.
|
||||
labels:
|
||||
- Security
|
||||
---
|
||||
# SetRegularKey
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: signerlistset.html
|
||||
parent: transaction-types.html
|
||||
blurb: Add, remove, or modify an account's multi-signing list.
|
||||
labels:
|
||||
- Security
|
||||
---
|
||||
# SignerListSet
|
||||
[[Source]](https://github.com/ripple/rippled/blob/ef511282709a6a0721b504c6b7703f9de3eecf38/src/ripple/app/tx/impl/SetSignerList.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: trustset.html
|
||||
parent: transaction-types.html
|
||||
blurb: Add or modify a trust line.
|
||||
labels:
|
||||
- Tokens
|
||||
---
|
||||
# TrustSet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user