Hi @thegostep, can you try the following:
await identiry['grantAttribute(address,string)'](arg1, arg2)
await identiry['grantAttribute(address,string,bytes[])'](arg1, arg2, arg3)
AFAIK javascript doesn't support two functions with same identifier, that's probably why it had to be like this.
That did the trick ty !
Thanks @zemse. :)
Most helpful comment
Hi @thegostep, can you try the following:
AFAIK javascript doesn't support two functions with same identifier, that's probably why it had to be like this.