-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Summary
The idea is to take the resolveNamesInClauses
function from SDKv2 transaction module
And in V3 create a new VNS module, so that users can do:
thorClient.vns.resolveNamesInClauses(clauses[])
thorClient.vns.resolveName('clayton.veworld.vet')
once it is there for thorClient, the idea is to then look at the viem public client (it will use thorclient)
so that viem users can do:
const address = publicClient.getVnsAddress('clayton.veworld.vet');
see: https://viem.sh/docs/ens/actions/getEnsAddress
Basic Example
a
Metadata
Metadata
Assignees
Labels
No labels