aztec-packages
aztec-packages copied to clipboard
refactor: replace token note with uint note
In this PR, we are replacing the token note with our previously added U128 note and making BalanceSet hold a UintNote instead of being generic. The token note is now redundant as we have a UintNote in aztec nr now.
Resolves #8107.