Adjust some labels

This commit is contained in:
mDuo13
2025-10-14 15:35:01 -07:00
parent cb03c885db
commit 9ded2be8b7
60 changed files with 78 additions and 72 deletions

View File

@@ -4,7 +4,7 @@ parent: ledger-entry-types.html
seo:
description: NFTを売買するオファーを作成する。
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenOffer

View File

@@ -4,7 +4,7 @@ parent: ledger-entry-types.html
seo:
description: NFTokenを記録するためのレジャー構造。
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenPage

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can assign another account to mint NFTs in your stead.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Authorizing Another Minter

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Minting NFTs in batches.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Batch Minting

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can mint NFTs as collections using the NFT Taxon field.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Minting NFTs into Collections

View File

@@ -2,7 +2,7 @@
seo:
description: Create NFTs with the option of changing the URI to update its referenced data object.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Dynamic Non-Fungible Tokens (dNFTs)

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Use a new account to mint a fixed number of NFTs, then black hole the account.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Guaranteeing a Fixed Supply of NFTs

View File

@@ -4,7 +4,7 @@ parent: tokens.html
seo:
description: Introduction to XRPL NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Non-Fungible Tokens

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Specialized APIs let you access useful NFT metadata.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT APIs

View File

@@ -2,7 +2,7 @@
seo:
description: Create NFTs that can't be traded among users.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Non-Transferable Tokens

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Storage options for the payload of your NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT Payload Storage

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Understand reserve requirements for minting and holding NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT Reserve Requirements

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can assign another account to mint NFTs in your stead.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Running an NFT Auction

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Trading NFTs in direct or brokered mode.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Trading NFTs

View File

@@ -4,7 +4,7 @@ seo:
status: not_enabled
labels:
- Blockchain
- Interoperability
- Sidechains
---
# Cross-Chain Bridges

View File

@@ -3,7 +3,7 @@ seo:
description: An XRPL sidechain is an independent ledger with its own consensus algorithm, transaction types, and rules.
labels:
- Blockchain
- Interoperability
- Sidechains
---
# XRPL Sidechains

View File

@@ -4,7 +4,7 @@ seo:
status: not_enabled
labels:
- Blockchain
- Interoperability
- Sidechains
---
# Witness Servers
[[Source]](https://github.com/seelabs/xbridge_witness "Source")

View File

@@ -4,7 +4,7 @@ parent: account-methods.html
seo:
description: Get a list of all NFTs for an account.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# account_nfts
[[Source]](https://github.com/xrplf/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nft_history

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve information about the specified NFT using Clio server's `nft_info` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nft_info
[[Source]](https://github.com/XRPLF/clio/blob/4a5cb962b6971872d150777881801ce27ae9ed1a/src/rpc/handlers/NFTInfo.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nfts_by_issuer

View File

@@ -4,7 +4,7 @@ parent: path-and-order-book-methods.html
seo:
description: Get a list of all buy offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
- NFTs, NFTokens
---
# nft_buy_offers
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/NFTOffers.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: path-and-order-book-methods.html
seo:
description: Get a list of all sell offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
- NFTs, NFTokens
---
# nft_sell_offers
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/NFTOffers.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: basic-data-types.html
seo:
description: Introduction to XRPL NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFToken

View File

@@ -2,7 +2,7 @@
seo:
description: A single cross-chain bridge that connects and enables value to move efficiently between two blockchains.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# Bridge

View File

@@ -2,7 +2,7 @@
seo:
description: Multi-Purpose Tokens (MPT) of one issuance held by a specific account.
labels:
- Multi-purpose Tokens, MPTs, Tokens
- MPTs, Tokens
status: not_enabled
---
# MPToken

View File

@@ -2,7 +2,7 @@
seo:
description: Definition of a Multi-Purpose Token (MPT) issuance.
labels:
- Multi-purpose Tokens, MPTs, Tokens
- MPTs, Tokens
status: not_enabled
---
# MPTokenIssuance

View File

@@ -2,7 +2,7 @@
seo:
description: An offer to buy or sell an NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenOffer
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L34-L44 "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: A group of up to 32 NFTs, stored together for efficiency.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenPage
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L97-L103 "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: A cross-chain transfer of value.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainOwnedClaimID

View File

@@ -2,7 +2,7 @@
seo:
description: A record of attestations for creating an account via a cross-chain transfer.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainOwnedCreateAccountClaimID

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
seo:
description: Start a cross-chain transfer of value.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainCommit

View File

@@ -2,7 +2,7 @@
seo:
description: Create a bridge between two chains.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainCreateBridge

View File

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

View File

@@ -2,7 +2,7 @@
seo:
description: Modify the parameters of a cross-chain bridge.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainModifyBridge

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to set up an IOU-IOU bridge.
labels:
- Interoperability
- Sidechains
---
# Set Up an IOU-IOU Bridge

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to create an XRP-XRP bridge with a new sidechain.
labels:
- Interoperability
- Sidechains
---
# Set Up an XRP-XRP Bridge

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to submit a cross-chain transaction, using a bridge.
labels:
- Interoperability
- Sidechains
---
# Submit Cross-chain Transactions