From caac726061a2d7b6fde0d328657c0e31e20b90a7 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 14 Oct 2021 17:49:24 -0700 Subject: [PATCH] Freezes: update see also sections --- content/concepts/issued-currencies/freezes.md | 3 ++- content/tutorials/use-tokens/enable-no-freeze.md | 15 ++++++++++++++- .../tutorials/use-tokens/enact-global-freeze.md | 16 +++++++++++++++- .../tutorials/use-tokens/freeze-a-trust-line.md | 16 +++++++++++++++- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/content/concepts/issued-currencies/freezes.md b/content/concepts/issued-currencies/freezes.md index 8e3d6ec379..77732e0b05 100644 --- a/content/concepts/issued-currencies/freezes.md +++ b/content/concepts/issued-currencies/freezes.md @@ -89,7 +89,8 @@ You can only enable the No Freeze setting with a transaction signed by your addr - [GB-2014-02 New Feature: Balance Freeze](https://ripple.com/files/GB-2014-02.pdf) - [Freeze Code Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/freeze) - +- **Concepts:** + - [Trust Lines and Issuing](trust-lines-and-issuing.html) - **Tutorials:** - [Enable No Freeze](enable-no-freeze.html) - [Enact Global Freeze](enact-global-freeze.html) diff --git a/content/tutorials/use-tokens/enable-no-freeze.md b/content/tutorials/use-tokens/enable-no-freeze.md index 4bbf77d029..cb957c5cc8 100644 --- a/content/tutorials/use-tokens/enable-no-freeze.md +++ b/content/tutorials/use-tokens/enable-no-freeze.md @@ -146,7 +146,20 @@ Response: ## See Also -***TODO*** +- **Concepts:** + - [Freezing Issued Currencies](freezes.html) + - [Trust Lines and Issuing](trust-lines-and-issuing.html) +- **Tutorials:** + - [Enact Global Freeze](enact-global-freeze.html) + - [Freeze a Trust Line](freeze-a-trust-line.html) +- **References:** + - [account_lines method][] + - [account_info method][] + - [AccountSet transaction][] + - [TrustSet transaction][] + - [AccountRoot Flags](accountroot.html#accountroot-flags) + - [RippleState (trust line) Flags](ripplestate.html#ripplestate-flags) + {% include '_snippets/rippled-api-links.md' %} diff --git a/content/tutorials/use-tokens/enact-global-freeze.md b/content/tutorials/use-tokens/enact-global-freeze.md index 7f91a064a2..168ffd7bd6 100644 --- a/content/tutorials/use-tokens/enact-global-freeze.md +++ b/content/tutorials/use-tokens/enact-global-freeze.md @@ -6,6 +6,7 @@ filters: - include_code labels: - Tokens + - Security --- # Enact Global Freeze @@ -211,7 +212,20 @@ After the transaction is validated, you can confirm the status of the Global Fre ## See Also -***TODO*** +- **Concepts:** + - [Freezing Issued Currencies](freezes.html) + - [Trust Lines and Issuing](trust-lines-and-issuing.html) +- **Tutorials:** + - [Enable No Freeze](enable-no-freeze.html) + - [Freeze a Trust Line](freeze-a-trust-line.html) + - [Change or Remove a Regular Key Pair](change-or-remove-a-regular-key-pair.html) +- **References:** + - [account_lines method][] + - [account_info method][] + - [AccountSet transaction][] + - [TrustSet transaction][] + - [AccountRoot Flags](accountroot.html#accountroot-flags) + - [RippleState (trust line) Flags](ripplestate.html#ripplestate-flags) diff --git a/content/tutorials/use-tokens/freeze-a-trust-line.md b/content/tutorials/use-tokens/freeze-a-trust-line.md index b9764a68d3..1318e8e5a9 100644 --- a/content/tutorials/use-tokens/freeze-a-trust-line.md +++ b/content/tutorials/use-tokens/freeze-a-trust-line.md @@ -6,6 +6,7 @@ filters: - include_code labels: - Tokens + - Security --- # Freeze a Trust Line @@ -221,7 +222,20 @@ As before, wait for the previous transaction to be validated by consensus before ## See Also -***TODO*** +- **Concepts:** + - [Freezing Issued Currencies](freezes.html) + - [Trust Lines and Issuing](trust-lines-and-issuing.html) +- **Tutorials:** + - [Enable No Freeze](enable-no-freeze.html) + - [Enact Global Freeze](enact-global-freeze.html) + - [Change or Remove a Regular Key Pair](change-or-remove-a-regular-key-pair.html) +- **References:** + - [account_lines method][] + - [account_info method][] + - [AccountSet transaction][] + - [TrustSet transaction][] + - [AccountRoot Flags](accountroot.html#accountroot-flags) + - [RippleState (trust line) Flags](ripplestate.html#ripplestate-flags)