Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(account-update.ts): remove provablePure from MayUseToken type def…
…inition refactor(account-update.ts): simplify MayUseToken type by using BaseMayUseToken directly test(account-update.unit-test.ts): update MayUseToken type check to use AccountUpdate.MayUseToken.type.check instead of AccountUpdate.MayUseToken.check The changes remove the provablePure wrapper from the MayUseToken type definition and simplify it by using the BaseMayUseToken directly. This is done to fix an issue and simplify the type definition. The unit test is also updated to use the correct type check method after the refactoring.
- Loading branch information