UNPKG

thebigguy-contract

Version:

A library to generate P2SH scripts and create spend transactions for permissionless share-based distribution of UTXOs

4 lines 206 B
export { createOutputs } from './payment'; export { createScript, minUnitForAllShares, quotient, type Party } from './script'; export { createTx, type Utxo } from './tx'; //# sourceMappingURL=index.d.ts.map