Further adjust transaction labels & categories

This commit is contained in:
mDuo13
2025-10-15 15:20:12 -07:00
parent 91e554f5a7
commit 6f96fd3874
57 changed files with 62 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ seo:
description: Delete an account.
labels:
- Accounts
category: Settings
---
# AccountDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteAccount.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Set options on an account.
labels:
- Accounts
category: Settings
---
# AccountSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetAccount.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Bid on an Automated Market Maker's auction slot, which grants a discounted fee.
labels:
- AMM
category: Trading
---
# AMMBid
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMBid.cpp "Source")

View File

@@ -3,7 +3,7 @@ seo:
description: Claw back tokens from a holder who has deposited your issued tokens into an Automated Market Maker pool.
labels:
- AMM
- Tokens
category: Trading
---
# AMMClawback

View File

@@ -3,6 +3,7 @@ seo:
description: Create a new Automated Market Maker for trading a given pair of assets.
labels:
- AMM
category: Trading
---
# AMMCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMCreate.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Delete an Automated Market Maker with an empty asset pool.
labels:
- AMM
category: Trading
---
# AMMDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMDelete.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Deposit funds into an Automated Market Maker in exchange for LPTokens.
labels:
- AMM
category: Trading
---
# AMMDeposit
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMDeposit.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Vote on the trading fee for an Automated Market Maker.
labels:
- AMM
category: Trading
---
# AMMVote
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMVote.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Return LPTokens to an Automated Market Maker in exchange for a share of the assets the pool holds.
labels:
- AMM
category: Trading
---
# AMMWithdraw
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMWithdraw.cpp "Source")

View File

@@ -4,6 +4,7 @@ seo:
labels:
- Transaction Sending
status: not_enabled
category: Other
---
# Batch
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Batch.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Cancel a check.
labels:
- Checks
category: Payments
---
# CheckCancel
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CancelCheck.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Redeem a check.
labels:
- Checks
category: Payments
---
# CheckCash
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CashCheck.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Create a check.
labels:
- Checks
category: Payments
---
# CheckCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateCheck.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Claw back tokens you've issued.
labels:
- Tokens
category: Payments
---
# Clawback
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Clawback.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Accept a credential provisionally issued to your account.
labels:
- Credentials
category: Settings
---
# CredentialAccept
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Provisionally issue a credential to a subject account.
labels:
- Credentials
category: Settings
---
# CredentialCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Remove a credential from the ledger, effectively revoking it.
labels:
- Credentials
category: Settings
---
# CredentialDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -4,7 +4,7 @@ seo:
labels:
- Accounts
- Permissions
- Delegate
category: Settings
status: not_enabled
---
# DelegateSet

View File

@@ -3,6 +3,7 @@ seo:
description: Preauthorize an account to send payments to you.
labels:
- Permissions
category: Settings
---
# DepositPreauth
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DepositPreauth.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Delete a Decentralized Identifier.
labels:
- DID
category: Other
---
# DIDDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DID.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Create or update a Decentralized Identifier.
labels:
- DID
category: Other
---
# DIDSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DID.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Cancel an expired escrow, returning the funds to the sender.
labels:
- Escrow
category: Payments
---
# EscrowCancel
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Escrow funds, which can be released to the destination after a specific time or condition.
labels:
- Escrow
category: Payments
---
# EscrowCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Deliver escrowed funds to the intended recipient.
labels:
- Escrow
category: Payments
---
# EscrowFinish
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")

View File

@@ -3,7 +3,7 @@ seo:
description: Repair corruptions to the XRP ledger's state data.
labels:
- Utilities
- Troubleshooting
category: Other
---
# LedgerStateFix
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/LedgerStateFix.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Set up your account to receive a specific MPT as a holder; or authorize a holder as an MPT issuer.
labels:
- MPTs
category: Tokens
---
# MPTokenAuthorize
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenAuthorize.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Define the properties of a new Multi-Purpose Token (MPT).
labels:
- MPTs
category: Tokens
---
# MPTokenIssuanceCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Delete a Multi-Purpose Token definition.
labels:
- MPTs
category: Tokens
---
# MPTokenIssuanceDestroy
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Set mutable properties of a Multi-Purpose Token definition.
labels:
- MPTs
category: Tokens
---
# MPTokenIssuanceSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Accept an offer to buy or sell an NFT.
labels:
- NFTs
category: Trading
---
# NFTokenAcceptOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Permanently destroy an NFT.
labels:
- NFTs
category: Tokens
---
# NFTokenBurn
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenBurn.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Cancel offers to buy or sell an NFT.
labels:
- NFTs
category: Trading
---
# NFTokenCancelOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Create an offer to buy or sell an NFT.
labels:
- NFTs
category: Trading
---
# NFTokenCreateOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Mint a Non-Fungible Token (NFT).
labels:
- NFTs
category: Tokens
---
# NFTokenMint
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenMint.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Modify a dynamic NFT.
labels:
- NFTs
category: Tokens
---
# NFTokenModify
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenModify.cpp "Source")

View File

@@ -2,7 +2,8 @@
seo:
description: Cancel an offer to trade in the decentralized exchange.
labels:
- Decentralized Exchange
- Offers
category: Trading
---
# OfferCancel

View File

@@ -2,7 +2,8 @@
seo:
description: Offer to trade currencies in the decentralized exchange; create a limit order.
labels:
- Decentralized Exchange
- Offers
category: Trading
---
# OfferCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateOffer.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Delete a price oracle.
labels:
- Oracles
category: Other
---
# OracleDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteOracle.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Create or update a price oracle.
labels:
- Oracles
category: Other
---
# OracleSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetOracle.cpp "Source")

View File

@@ -3,9 +3,8 @@ seo:
description: Send funds to another account, convert between currencies, or create a new account by sending it XRP.
labels:
- Payments
- XRP
- Cross-Currency
- Tokens
category: Payments
---
# Payment
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Payment.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Claim funds from a payment channel.
labels:
- Payment Channels
category: Payments
---
# PaymentChannelClaim
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Open a new payment channel.
labels:
- Payment Channels
category: Payments
---
# PaymentChannelCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Add more funds to a payment channel.
labels:
- Payment Channels
category: Payments
---
# PaymentChannelFund
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")

View File

@@ -2,9 +2,9 @@
seo:
description: Delete a permissioned domain.
labels:
- Compliance
- Permissioned Domains
- Permissions
status: not_enabled
category: Settings
---
# PermissionedDomainDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PermissionedDomainDelete.cpp "Source")

View File

@@ -2,9 +2,9 @@
seo:
description: Create or update a permissioned domain.
labels:
- Compliance
- Permissioned Domains
- Permissions
status: not_enabled
category: Settings
---
# PermissionedDomainSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PermissionedDomainSet.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Add, remove, or modify an account's regular key pair.
labels:
- Transaction Sending
category: Settings
---
# SetRegularKey

View File

@@ -3,6 +3,7 @@ seo:
description: Add, remove, or modify an account's multi-signing list.
labels:
- Transaction Sending
category: Settings
---
# SignerListSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetSignerList.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Set aside one or more sequence numbers as tickets.
labels:
- Transaction Sending
category: Settings
---
# TicketCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateTicket.cpp "Source")

View File

@@ -2,7 +2,8 @@
seo:
description: Add or modify a trust line.
labels:
- Tokens
- Trust Line Tokens
category: Tokens
---
# TrustSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetTrust.cpp "Source")

View File

@@ -3,6 +3,7 @@ seo:
description: Create an account on another chain to serve as a door account for a cross-chain bridge.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainAccountCreateCommit

View File

@@ -3,6 +3,7 @@ seo:
description: Provide an attestation that an XChainAccountCreateCommit transaction occurred on another chain, for a cross-chain bridge.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainAddAccountCreateAttestation

View File

@@ -3,6 +3,7 @@ seo:
description: Provide an attestation that an XChainCommit transaction occurred on another chain, for a cross-chain bridge.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainAddClaimAttestation

View File

@@ -3,6 +3,7 @@ seo:
description: Complete a cross-chain transfer of value by claiming the value on the destination chain.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainClaim

View File

@@ -3,6 +3,7 @@ seo:
description: Start a cross-chain transfer of value.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainCommit

View File

@@ -3,6 +3,7 @@ seo:
description: Create a bridge between two chains.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainCreateBridge

View File

@@ -3,6 +3,7 @@ seo:
description: Create a cross-chain claim ID that is used for a cross-chain transfer.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainCreateClaimID

View File

@@ -3,6 +3,7 @@ seo:
description: Modify the parameters of a cross-chain bridge.
labels:
- Sidechains
category: Other
status: not_enabled
---
# XChainModifyBridge