Type alias CheckTransactionType

CheckTransactionType: {
    events?: BlockchainEvents;
    failedEvent?: ExtrinsicFailedEvent;
    isTxSuccess: boolean;
}

Type declaration

Generated using TypeDoc