You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
The method create_transaction_for_setting_special_role_on_fungible_token of the factory TokenManagementTransactionsFactory allows to set the roles ESDTRoleLocalMint and ESDTRoleLocalBurn but not the role ESDTTransferRole.
Action
I write a PR to add an argument to allow to set this role.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I've added the ESDTTransferRole on the create_transaction_for_setting_special_role_on_fungible_token method. The PR was done in the upcoming sdk-py package that will soon be released.
Description
The method
create_transaction_for_setting_special_role_on_fungible_token
of the factoryTokenManagementTransactionsFactory
allows to set the rolesESDTRoleLocalMint
andESDTRoleLocalBurn
but not the roleESDTTransferRole
.Action
I write a PR to add an argument to allow to set this role.
The text was updated successfully, but these errors were encountered: