UNPKG

@mutants/cardano-tx-builder

Version:

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

7 lines 240 B
import { TxOut } from "./types"; /** * @todo * Organize outputs is a way to check outputs and break them out if needed. */ export declare const organizeOutputs: (outputs: TxOut[]) => TxOut[]; //# sourceMappingURL=organizeOutputs.d.ts.map