Returns a list of addresses for the accounts owned by the user.
None.
array[string]
Match pattern: ^0x[0-9a-fA-F]{40}$
^0x[0-9a-fA-F]{40}$
await window.NEOLineNeoX.request({ "method": "eth_accounts", "params": [] });
["0xE45e9AdC2B51514849ea5B38dF37d1a65e6D52f5"]
最后更新于3个月前