import { Buff } from '@cmdcode/buff-utils'; import { HashConfig } from '../types.js'; import { TxTemplate, Bytes } from '../../../schema/types.js'; export declare function hashTx(txdata: TxTemplate | Bytes, idx: number, config?: HashConfig): Buff; //# sourceMappingURL=hash.d.ts.map