diff --git a/content/docs/stacks/clarity/functions/stx-transfer-memo.mdx b/content/docs/stacks/clarity/functions/stx-transfer-memo.mdx index 08dc28c2..068c5c7d 100644 --- a/content/docs/stacks/clarity/functions/stx-transfer-memo.mdx +++ b/content/docs/stacks/clarity/functions/stx-transfer-memo.mdx @@ -1,6 +1,6 @@ --- title: stx-transfer-memo? -description: Transferring STX with a memo field in Clarity smart contracts. +description: Transfer STX with a memo field in Clarity smart contracts. --- ## Function Signature @@ -73,4 +73,4 @@ This example demonstrates: ## Conclusion -The `stx-transfer-memo?` function is a fundamental tool for transferring STX with a memo in Clarity smart contracts. It allows developers to implement logic that requires recording a memo with each transfer, ensuring data integrity and simplifying STX transfer operations. When used effectively, `stx-transfer-memo?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle STX transfers with memos. +The `stx-transfer-memo?` function is a fundamental tool for transferring STX with a memo in Clarity smart contracts. It allows you to implement logic that requires recording a memo with each transfer, ensuring data integrity and simplifying STX transfer operations. When used effectively, `stx-transfer-memo?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle STX transfers with memos.