v0.11.0
Pre-release
Pre-release
What's New
➡️ Add AssessedCustomFees
.
➡️ Operations with Hedera token - mint, update, wipe, burn, get info, delete, associate, dissociate and scheduled fee update.
Examples
➡️ CustomFeesExample.cc
➡️ NftAddRemoveAllowancesExample.cc
Notes
There are several files in the repo that are not included in the build and should not used. These files both header (.h
) and source (.cc
) include:
- AccountStakersQuery
Added
- Implement
TokenDeleteTransaction
by @rwalworth in #392 - Implement
AssessedCustomFees
by @rwalworth in #394 - Implement
TokenAssociateTransaction
by @rwalworth in #395 - Implement
TokenAssociation
by @rwalworth in #396 - Implement
TokenMintTransaction
by @rwalworth in #398 - Implement
TokenUpdateTransaction
by @rwalworth in #399 - Implement
TokenWipeTransaction
by @rwalworth in #400 - Implement
TokenBurnTransaction
by @rwalworth in #403 - Implement
TokenDissociateTransaction
by @rwalworth in #404 - Implement
TokenInfoQuery
by @rwalworth in #402 - Implement
TokenFeeScheduleUpdateTransaction
by @rwalworth in #405
Full Changelog: v0.10.0...v0.11.0