Skip to content

Commit

Permalink
Update stx-get-balance.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
max-crawford authored Jan 17, 2025
1 parent 1f230b8 commit 93ad0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/stx-get-balance.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: stx-get-balance
description: Querying the STX balance of a principal in Clarity smart contracts.
description: Query the STX balance of a principal in Clarity smart contracts.
---

## Function Signature
Expand Down Expand Up @@ -73,4 +73,4 @@ This example demonstrates:

## Conclusion

The `stx-get-balance` function is a fundamental tool for querying the STX balance of a principal in Clarity smart contracts. It allows developers to implement logic that requires checking account balances, ensuring data integrity and simplifying balance-related operations. When used effectively, `stx-get-balance` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle balance queries.
The `stx-get-balance` function is a fundamental tool for querying the STX balance of a principal in Clarity smart contracts. It allows you to implement logic that requires checking account balances, ensuring data integrity and simplifying balance-related operations. When used effectively, `stx-get-balance` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle balance queries.

0 comments on commit 93ad0dd

Please sign in to comment.