UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 174 B
import { TxOut, UTxO, Value } from "./types"; export declare const calculateChange: (inputs: UTxO[], outputs: TxOut[]) => Value; //# sourceMappingURL=calculateChange.d.ts.map