Mass-replace blurb with seo:description in frontmatter

This commit is contained in:
mDuo13
2024-01-24 14:33:38 -08:00
parent a92c76d352
commit cf100679c5
769 changed files with 1546 additions and 769 deletions

View File

@@ -1,7 +1,8 @@
---
html: submit.html
parent: transaction-methods.html
blurb: Send a transaction to the network.
seo:
description: Send a transaction to the network.
labels:
- Transaction Sending
- Payments

View File

@@ -1,7 +1,8 @@
---
html: submit_multisigned.html
parent: transaction-methods.html
blurb: Send a multi-signed transaction to the network.
seo:
description: Send a multi-signed transaction to the network.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: transaction_entry.html
parent: transaction-methods.html
blurb: Retrieve info about a transaction from a particular ledger version.
seo:
description: Retrieve info about a transaction from a particular ledger version.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: tx.html
parent: transaction-methods.html
blurb: Retrieve info about a transaction from all the ledgers on hand.
seo:
description: Retrieve info about a transaction from all the ledgers on hand.
labels:
- Transaction Sending
- Payments

View File

@@ -1,7 +1,8 @@
---
html: tx_history.html
parent: transaction-methods.html
blurb: Retrieve info about all recent transactions.
seo:
description: Retrieve info about all recent transactions.
---
# tx_history
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/TxHistory.cpp "Source")