@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / TransactionDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:54
When using the [[Interface-parseTransaction]] to automatically match a transaction data to its function for parsing, a TransactionDescription is returned.
new TransactionDescription(
fragment,selector,args,value):TransactionDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:82
@_ignore:
string
bigint
TransactionDescription
readonlyargs:Result
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:66
The arguments passed to the Function from the transaction data.
readonlyfragment:FunctionFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:58
The matching fragment from the transaction data.
readonlyname:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:62
The name of the Function from the transaction data.
readonlyselector:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:74
The selector for the Function from the transaction data.
readonlysignature:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:70
The full Function signature from the transaction data.
readonlyvalue:bigint
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:78
The value (in wei) from the transaction.