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: seo:
description: NFTを売買するオファーを作成する。 description: NFTを売買するオファーを作成する。
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# NFTokenOffer # NFTokenOffer

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@ seo:
status: not_enabled status: not_enabled
labels: labels:
- Blockchain - Blockchain
- Interoperability - Sidechains
--- ---
# Cross-Chain Bridges # 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. description: An XRPL sidechain is an independent ledger with its own consensus algorithm, transaction types, and rules.
labels: labels:
- Blockchain - Blockchain
- Interoperability - Sidechains
--- ---
# XRPL Sidechains # XRPL Sidechains

View File

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

View File

@@ -4,7 +4,7 @@ parent: account-methods.html
seo: seo:
description: Get a list of all NFTs for an account. description: Get a list of all NFTs for an account.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# account_nfts # account_nfts
[[Source]](https://github.com/xrplf/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source") [[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: seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API. description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# nft_history # nft_history

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo: seo:
description: Retrieve information about the specified NFT using Clio server's `nft_info` API. description: Retrieve information about the specified NFT using Clio server's `nft_info` API.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# nft_info # nft_info
[[Source]](https://github.com/XRPLF/clio/blob/4a5cb962b6971872d150777881801ce27ae9ed1a/src/rpc/handlers/NFTInfo.cpp "Source") [[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: seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API. description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# nfts_by_issuer # nfts_by_issuer

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
seo: seo:
description: An offer to buy or sell an NFT. description: An offer to buy or sell an NFT.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# NFTokenOffer # NFTokenOffer
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L34-L44 "Source") [[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: seo:
description: A group of up to 32 NFTs, stored together for efficiency. description: A group of up to 32 NFTs, stored together for efficiency.
labels: labels:
- Non-fungible Tokens, NFTs - NFTs
--- ---
# NFTokenPage # NFTokenPage
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L97-L103 "Source") [[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: seo:
description: A cross-chain transfer of value. description: A cross-chain transfer of value.
labels: labels:
- Interoperability - Sidechains
status: not_enabled status: not_enabled
--- ---
# XChainOwnedClaimID # XChainOwnedClaimID

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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