UNPKG

@mutants/cardano-tx-builder

Version:

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

3 lines 159 B
import { EncodedInput, TxIn } from "./types"; export declare const decodeInput: (encodedInput: EncodedInput) => TxIn; //# sourceMappingURL=decodeInput.d.ts.map