Parameters for transaction status request Used to check if a transaction succeeded or failed

StatusParams

interface StatusParams {
    txhash: string;
}

Properties

Properties

txhash: string

Transaction hash to check status for