Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

ethereum - Get all etc accounts in Metamask (version 9.0.4)

According to docs (https://docs.metamask.io/guide/getting-started.html#basic-considerations) I need to use eth_requestAccounts method. But it returns an array of ethereum addresses with one currently selected account. I have multiple accounts, so how can I get full array?

question from:https://stackoverflow.com/questions/66060546/get-all-etc-accounts-in-metamask-version-9-0-4

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You cannot, because due to privacy reasons eth_requestAccounts was very bad idea in the first place. It has now been disabled.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...