getAddresses #1568
Answered
by
jxom
NetFreak26
asked this question in
Question
getAddresses
#1568
-
I am using [email protected]. I created a wallet client like this:
But when I am trying to fetch the address with walletClient.getAddresses(), it is returning an empty array. |
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Dec 8, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NetFreak26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getAddresses
callseth_accounts
to the RPC provider internally. You are probably afteraccount.address
.