Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(derived-leaves): remove createMayUseToken function and simpl…
…ify MayUseToken type The createMayUseToken function was removed as it was not providing any additional functionality. The MayUseToken type was simplified to directly use the signable function with the parentsOwnToken and inheritFromParent fields of type Bool. This change reduces the complexity of the code without changing its behavior.
- Loading branch information