web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

A way to decode parameters from TransactionInformation.input

Open alexeyinkin opened this issue 3 years ago • 0 comments

In ContractFunction, there is encodeCall to compose a call and decodeReturnValues to process its result.

There are use cases to do the reverse when we parse transactions and need to get the parameters with which a call was made.

alexeyinkin avatar Feb 24 '22 11:02 alexeyinkin