Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(transaction-leaves): add type checking for MayUseToken fields
- Check if parentsOwnToken and inheritFromParent are instances of Bool - Throw an error if the fields are not of type Bool - This ensures that the correct types are passed to the MayUseToken object, preventing potential runtime errors due to incorrect types being used in the check function
- Loading branch information