thor-requests.py icon indicating copy to clipboard operation
thor-requests.py copied to clipboard

Use transact() for Solidity functions which receive structs

Open JoaoMorais96 opened this issue 1 year ago • 1 comments

Fisrt of all, thank you for this library as it has helped a lot with developing in the Vechain space!

That being said, I'm trying to use the connector.transact() for a solidity function which receives a struct as input with some addresses and uints, but get the error:

eth_abi.exceptions.NoEntriesFound: No matching entries for 'tuple' in encoder registry

Would be cool to add some support to it if possible.

JoaoMorais96 avatar Jul 25 '23 18:07 JoaoMorais96

Thanks for your interest. Tuple structure will be supported in V2.

laalaguer avatar Jul 26 '23 04:07 laalaguer