diff --git a/src/assets/ecosystem-logos/bitmart.png b/src/assets/ecosystem-logos/bitmart.png new file mode 100644 index 0000000..d5a1616 Binary files /dev/null and b/src/assets/ecosystem-logos/bitmart.png differ diff --git a/src/assets/ecosystem-logos/coinex.png b/src/assets/ecosystem-logos/coinex.png new file mode 100644 index 0000000..6f2a30b Binary files /dev/null and b/src/assets/ecosystem-logos/coinex.png differ diff --git a/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx b/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx index 8c5c917..e0fb909 100644 --- a/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx +++ b/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx @@ -21,7 +21,6 @@ The following `trace` functions are available in the Hooks API | [trace](../technical/hooks-functions/trace-debug/trace.md) | Print a utf-8 message, followed by a user-specified buffer (this last optionally as hex.) | | [trace_num](../technical/hooks-functions/trace-debug/trace_num.md) | Print a utf-8 message, followed by an integer. | | [trace_float](../technical/hooks-functions/trace-debug/trace_float.md) | Print a utf-8 message, followed by an XFL Floating point number. | -| trace_slot | Print a utf-8 message, followed by the serialized contents of a slot. | ### Example diff --git a/src/content/docs/docs/protocol-reference/transactions/transaction-types/accountdelete.mdx b/src/content/docs/docs/protocol-reference/transactions/transaction-types/accountdelete.mdx index 4d06af3..c95328b 100644 --- a/src/content/docs/docs/protocol-reference/transactions/transaction-types/accountdelete.mdx +++ b/src/content/docs/docs/protocol-reference/transactions/transaction-types/accountdelete.mdx @@ -4,6 +4,10 @@ description: >- An AccountDelete transaction deletes an account and any objects it owns in Xahau, if possible, sending the account's remaining XAH to a specified destination account. +sidebar: + badge: + text: Disabled + variant: danger --- import { Aside } from '@astrojs/starlight/components'; @@ -11,7 +15,7 @@ import { Aside } from '@astrojs/starlight/components'; _Added by the DeletableAccounts amendment_ -