Skip to content

Commit

Permalink
Merge pull request #918 from hirosystems/max-crawford-patch-142005
Browse files Browse the repository at this point in the history
Update stx-get-balance.mdx
  • Loading branch information
ryanwaits authored Jan 18, 2025
2 parents 5dfebcc + 93ad0dd commit b53a9fc
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 b53a9fc

Please sign in to comment.