Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Software wallet account transaction and operation methods #26

Closed
rdig opened this issue Mar 16, 2018 · 1 comment
Closed

Software wallet account transaction and operation methods #26

rdig opened this issue Mar 16, 2018 · 1 comment
Labels

Comments

@rdig
Copy link
Member

rdig commented Mar 16, 2018

Ethers have a number of methods available on the wallet that are used to send and receive transactions and manage various aspects of the wallet.

The problem is, they are hidden under the instantiated's wallet prototype and cumbersome to use.

This issue is here to track which ones we need on our software wallet module, expose them via the SoftwareWallet Class and improve them where needed.

This should be treated on a case by case basis as for some of the methods it might make sense to even re-write them ourselves or set them up directly in the Wallet Object (eg: getBalance could easily be an async getter prop)

@rdig
Copy link
Member Author

rdig commented Jul 13, 2018

This issue is no longer relevant as it was split up into three parts to track it's implementation: #73 #74 #75

@rdig rdig closed this as completed Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant