mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 21:55:52 +00:00
Freezes: update see also sections
This commit is contained in:
@@ -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)
|
- [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)
|
- [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:**
|
- **Tutorials:**
|
||||||
- [Enable No Freeze](enable-no-freeze.html)
|
- [Enable No Freeze](enable-no-freeze.html)
|
||||||
- [Enact Global Freeze](enact-global-freeze.html)
|
- [Enact Global Freeze](enact-global-freeze.html)
|
||||||
|
|||||||
@@ -146,7 +146,20 @@ Response:
|
|||||||
|
|
||||||
## See Also
|
## 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 #}-->
|
<!--{# common link defs #}-->
|
||||||
{% include '_snippets/rippled-api-links.md' %}
|
{% include '_snippets/rippled-api-links.md' %}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ filters:
|
|||||||
- include_code
|
- include_code
|
||||||
labels:
|
labels:
|
||||||
- Tokens
|
- Tokens
|
||||||
|
- Security
|
||||||
---
|
---
|
||||||
# Enact Global Freeze
|
# Enact Global Freeze
|
||||||
|
|
||||||
@@ -211,7 +212,20 @@ After the transaction is validated, you can confirm the status of the Global Fre
|
|||||||
|
|
||||||
## See Also
|
## 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 #}-->
|
<!--{# common link defs #}-->
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ filters:
|
|||||||
- include_code
|
- include_code
|
||||||
labels:
|
labels:
|
||||||
- Tokens
|
- Tokens
|
||||||
|
- Security
|
||||||
---
|
---
|
||||||
# Freeze a Trust Line
|
# Freeze a Trust Line
|
||||||
|
|
||||||
@@ -221,7 +222,20 @@ As before, wait for the previous transaction to be validated by consensus before
|
|||||||
|
|
||||||
## See Also
|
## 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 #}-->
|
<!--{# common link defs #}-->
|
||||||
|
|||||||
Reference in New Issue
Block a user