Skip to content

Commit

Permalink
Merge pull request #919 from hirosystems/max-crawford-patch-495477
Browse files Browse the repository at this point in the history
Update stx-transfer-memo.mdx
  • Loading branch information
ryanwaits authored Jan 18, 2025
2 parents 065602f + dd41668 commit 5dfebcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/stx-transfer-memo.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 5dfebcc

Please sign in to comment.