Decoded method information Contains the decoded function call data for a transaction

DecodedMethod

interface DecodedMethod {
    hash: string;
    decodedData: string;
    error?: string;
}

Properties

hash: string

Transaction hash

decodedData: string

Human-readable decoded function call data

error?: string

Error message if decoding failed