[BUG] Update rust SDK references Balance
-> NearToken
#2272
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
What?
The new version of our Rust SDK (v5.0.0) deprecated the use of
Balance
as an import and now usesNearToken
. Please update all references of this to use the correct variable.Why?
Reference material is outdated and no longer valid
Acceptance Criteria
Tasks
Resources
Example -> Transfers and Actions page uses the type Balance. This is no longer a valid type and should be updated to NearToken
The text was updated successfully, but these errors were encountered: