UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 221 B
import { AssetValue, BlockfrostAssetValue } from "./types"; export declare const assetListToValue: (assets: (AssetValue | BlockfrostAssetValue)[]) => import("./types").Value; //# sourceMappingURL=assetListToValue.d.ts.map