UNPKG

@mutants/cardano-tx-builder

Version:

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

11 lines (10 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assetToAssetValue = void 0; const assetToAssetValue = (asset, quantity) => { return { unit: asset, quantity, }; }; exports.assetToAssetValue = assetToAssetValue;