When using the Interface.parseTransaction to automatically match a transaction data to its function for parsing, a TransactionDescription is returned.

Properties

PropertyModifierTypeDescription
argsreadonlyResultThe arguments passed to the Function from the transaction data.
fragmentreadonlyFunctionFragmentThe matching fragment from the transaction data.
namereadonlystringThe name of the Function from the transaction data.
selectorreadonlystringThe selector for the Function from the transaction data.
signaturereadonlystringThe full Function signature from the transaction data.
valuereadonlybigintThe value (in wei) from the transaction.