-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement SAC transfer functionality in walletStore * Implement SAC transfer functionality in walletStore * Implement createContractTransferTransaction function * made modifications * modifications * made modifications * changes made * fix a couple imports --------- Co-authored-by: Nathan_akin <[email protected]> Co-authored-by: llama <[email protected]>
- Loading branch information
1 parent
1528826
commit 7b2b921
Showing
5 changed files
with
360 additions
and
276 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,4 +129,4 @@ const setupKeyManager = () => { | |
keyManager.registerEncrypter(ScryptEncrypter) | ||
|
||
return keyManager | ||
} | ||
} |
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
Oops, something went wrong.