• A wrapper function for getting the ethers TransactionDescription object given fragments (e.g. ABI), callData and the value amount sent.

    Parameters

    • fragments: string | readonly (string | Fragment | JsonFragment)[]

      ABI

    • data: string

      callData of a function

    • Optional value: string

      amount of ether sent

    Returns TransactionDescription

    ethers.TransactionDescription object

Generated using TypeDoc