Skip to content

Commit

Permalink
Merge pull request #902 from hirosystems/max-crawford-patch-89
Browse files Browse the repository at this point in the history
Update principal-destruct.mdx
  • Loading branch information
ryanwaits authored Jan 18, 2025
2 parents ef4b767 + 7cd10ec commit 3de1c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/principal-destruct.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: principal-destruct?
description: Decomposing a principal into its components in Clarity smart contracts.
description: Decompose a principal into its components in Clarity smart contracts.
---

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

## Conclusion

The `principal-destruct?` function is a fundamental tool for decomposing principals into their component parts in Clarity smart contracts. It allows developers to manage identities and permissions, ensuring data integrity and simplifying principal handling. When used effectively, `principal-destruct?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle principal decomposition operations.
The `principal-destruct?` function is a fundamental tool for decomposing principals into their component parts in Clarity smart contracts. It allows you to manage identities and permissions, ensuring data integrity and simplifying principal handling. When used effectively, `principal-destruct?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle principal decomposition operations.

0 comments on commit 3de1c4c

Please sign in to comment.