listAccounts() returns a promise #1851
Labels
documentation
Documentation related issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
JsonRpcProvider docs say that
listAccounts()
method returns an array of strings (link). This is almost correct -- it technically returns a Promise that resolves to an array of strings.You can verify in the code here
The text was updated successfully, but these errors were encountered: