import { Network } from './Network'; /** * https://github.com/DeFiCh/ain/blob/14ab934e9f87b21d8b40d427249b068291602523/src/masternodes/skipped_txs.cpp * https://github.com/DeFiCh/ain/pull/476 * * @param {string} txId to check its skipped * @param {Network['name']='mainnet'} network to check against */ export declare function isSkippedTxId(txId: string, network?: Network['name']): boolean; //# sourceMappingURL=TransactionSkipped.d.ts.map