import * as sdk from '../../sdk'; import { StorageIdb } from '../StorageIdb'; /** * Looks for unpropagated state: * * 1. set transactions to 'failed' if not already failed and provenTxReq with matching txid has status of 'invalid'. * 2. sets outputs to spendable true, spentBy undefined if spentBy is a terminal failed transaction. * 3. sets outputs generated by terminal failed transactions to spendable false, spentBy undefined. * * @param storage * @param args * @returns */ export declare function reviewStatusIdb(storage: StorageIdb, args: { agedLimit: Date; trx?: sdk.TrxToken; }): Promise<{ log: string; }>; //# sourceMappingURL=reviewStatusIdb.d.ts.map