UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 219 B
import { ProtocolParameters, UTxO } from "./types"; export declare const getMinUTxOCost: (utxo: UTxO, coinsPerUTxOWord?: ProtocolParameters["coins_per_utxo_word"]) => bigint; //# sourceMappingURL=getMinUTxOCost.d.ts.map