Skip to content

Commit afc1f11

Browse files
authored
chore: add token_create_transaction_freeze_key.py example (#827)
Signed-off-by: Shahzaibyy <shahzaibshah0028@gmail.com>
1 parent 7e397ec commit afc1f11

File tree

3 files changed

+402
-1
lines changed

3 files changed

+402
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1414
- Added missing validation logic `fee_schedule_key` in integration `token_create_transaction_e2e_test.py` and ``token_update_transaction_e2e_test.py`.
1515
- Add `account_balance_query.py` example to demonstrate how to use the CryptoGetAccountBalanceQuery class.
1616
- Add `examples/token_create_transaction_admin_key.py` demonstrating admin key privileges for token management including token updates, key changes, and deletion (#798)
17+
- Add `examples/token_create_transaction_freeze_key.py` showcasing freeze key behavior, expected failures without the key, and the effect of freezing/unfreezing on transfers.
1718
- Add `examples/account_info.py` to demonstrate `AccountInfo` opeartions
1819
- Added `HbarUnit` class and Extend `Hbar` class to handle floating-point numbers
1920
- feat: Allow `PrivateKey` to be used for keys in `TopicCreateTransaction` for consistency.

0 commit comments

Comments
 (0)