-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sweep per single subaccount id (#27)
* feat: added method sweep_subaccount * added unit tests for sweep_subaccount * return type adjustments for sweep_subaccount * adjusted candid definition * fix indentation * adjusted return type casting * multiple amount by 100mio * adjust amount from u64 to f64 * fix formatting via cargo fmt * fix test cases * fix indentation --------- Co-authored-by: Stephen Antoni <luxeaves@gmail.com>
- Loading branch information
1 parent
8a01ebe
commit 4f13ff0
Showing
3 changed files
with
150 additions
and
0 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
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
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