Skip to content

Commit 506f783

Browse files
authored
fix: example kyc token (#854)
Signed-off-by: prajeeta pal <prajeetapal@gmail.com> Signed-off-by: prajeeta <96904203+prajeeta15@users.noreply.github.com>
1 parent b5e6df5 commit 506f783

File tree

2 files changed

+522
-0
lines changed

2 files changed

+522
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2525
- `alias`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountCreateTransaction
2626
- `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountInfo
2727
- Added `examples/token_create_transaction_supply_key.py` to demonstrate token creation with and without a supply key.
28+
- Added `examples/token_create_transaction_kyc_key.py` to demonstrate KYC key functionality, including creating tokens with/without KYC keys, granting/revoking KYC status, and understanding KYC requirements for token transfers.
2829
- Added BatchTransaction class
2930
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
3031
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.

0 commit comments

Comments
 (0)