Guest User

Untitled

a guest
Mar 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. /** Return the list of accounts available */
  2. public getAccounts(): Observable<string[]> {
  3. return fromPromise(this.web3.eth.getAccounts());
  4. }
Add Comment
Please, Sign In to add comment