Interface TransactionWorkerEvents

interface TransactionWorkerEvents {
    executionFinish: ((data) => void);
    transactionExecuted: ((data) => void);
    transactionExecutionFailed: ((data) => void);
    transactionSendFailed: ((data) => void);
    transactionSent: ((data) => void);
}

Properties

executionFinish: ((data) => void)

Type declaration

transactionExecuted: ((data) => void)

Type declaration

transactionExecutionFailed: ((data) => void)

Type declaration

transactionSendFailed: ((data) => void)

Type declaration

transactionSent: ((data) => void)

Type declaration

Generated using TypeDoc