Freezes: update see also sections

This commit is contained in:
mDuo13
2021-10-14 17:49:24 -07:00
parent 8a33b84711
commit caac726061
4 changed files with 46 additions and 4 deletions

View File

@@ -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)
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}

View File

@@ -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)
<!--{# common link defs #}-->

View File

@@ -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)
<!--{# common link defs #}-->