UNPKG

@mutants/cardano-tx-builder

Version:

A package that provides utility functions to build and destructure a cardano transaction

3 lines 153 B
import { TxIn } from "./types"; export declare const findInputIndex: (inputs: TxIn[], txIn: TxIn) => number; //# sourceMappingURL=findInputIndex.d.ts.map