UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 167 B
import { AssetMap, AssetValue } from "./types"; export declare const assetMapToList: (assetMap: AssetMap) => AssetValue[]; //# sourceMappingURL=assetMapToList.d.ts.map