-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add withdraw request builder * New module for specific transaction requests * Improve return type on send functions * Delete duplicated code to get providers * Add function to provider to send eip712 transactions * Add from trait for eip712 transactions with every request type * Revert returning transaction hash from send functions * Add transfer request type * Add defaults for withdraw request * Update wallet to use every transaction type * Add deploy request implementation * Use deploy request in wallet deploy function * Add call request implementation * Fix unused imports * Fix deploy test * Fix clippy lints * Add request conversion error * Fix unused import * Update README and payment example * Return contract address in deploy function * Remove unnecesary sleeps in tests * Update request builder methods * Change return type to pending transaction * Return transaction ID in every wallet operation * Update README and payment example * Empty commit
- Loading branch information
Showing
16 changed files
with
676 additions
and
462 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
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.