UNPKG

@mutants/cardano-tx-builder

Version:

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

7 lines 227 B
export declare const decodeBalance: (balance: string, opts?: { ignoreAssets?: boolean; }) => { lovelace: import("./types").Lovelace; assets: import("./types").AssetMap; }; //# sourceMappingURL=decodeBalance.d.ts.map