UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 136 B
import { UTxO } from "./types"; export declare const decodeUtxo: (encodedUtxo: string) => UTxO; //# sourceMappingURL=decodeUtxo.d.ts.map