Interface ICheckForceBatch

interface ICheckForceBatch {
    events?: BlockchainEvents;
    failedEvent?: ExtrinsicFailedEvent;
    failedItems?: ItemFailedEvent[];
    isBatchCompleteWithoutErrors?: boolean;
    isTxSuccess: boolean;
}

Hierarchy

Properties

failedEvent?: ExtrinsicFailedEvent
failedItems?: ItemFailedEvent[]
isBatchCompleteWithoutErrors?: boolean
isTxSuccess: boolean

Generated using TypeDoc