UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 162 B
import { AssetValue, Value } from "./types"; export declare const valueToAssetList: (value: Value) => AssetValue[]; //# sourceMappingURL=valueToAssetList.d.ts.map