DecodeMethod: { hash?: string; decodedData?: string; error?: string }

Decoded method data response.

Type declaration

  • Optionalhash?: string

    Transaction hash.

  • OptionaldecodedData?: string

    Decoded data of the transaction.

  • Optionalerror?: string

    Error message when something wrong.