-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(account-update.ts): move MayUseToken type and related functi…
…ons to the top-level scope The MayUseToken type and its related functions were previously defined within the AccountUpdate class. Moving them to the top-level scope improves code organization and makes them more accessible. The MayUseToken type is now imported from the '../../bindings/mina-transaction/transaction-leaves.js' module as BaseMayUseToken and then extended with additional properties and functions. This change enhances code readability and maintainability by separating concerns and promoting a more modular structure.
- Loading branch information
1 parent
df603bc
commit 5a27a22
Showing
1 changed file
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters