Open
Description
Description
Developers using ethereum.getBalance()
might want to reference ENS (or other) in addition to addresses
let balance = ethereum.getBalance(
Address.fromString("0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045")
);
or
let balance = ethereum.getBalance(
Address.fromString("vitalik.eth")
);
Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.
No response
Some information to help us out
- Tick this box if you plan on implementing this feature yourself.
- I have searched the issue tracker to make sure this issue is not a duplicate.