/** * Copyright 2025 The Lotusia Stewardship * Github: https://github.com/LotusiaStewardship * License: MIT */ import { Buffer } from 'buffer/'; import { Transaction } from '../bitcore/transaction/index.js'; export declare function processTransaction(tx: Transaction | Buffer | string): void; /** * Convert a bitcore transaction to an RNKC transaction * @param tx - The bitcore transaction to convert * @param scriptProcessor - Optional instantiated `ScriptProcessor` for the transaction * @returns The RNKC transaction, ready to be indexed */ //# sourceMappingURL=transaction.d.ts.map