UNPKG

@muirglacier/jellyfish-transaction

Version:

A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin

18 lines 526 B
/** * DeFi Blockchain Transaction Constants * https://github.com/DeFiCh/ain/blob/master/src/primitives/transaction.h */ export declare const DeFiTransactionConstants: { Version: number; WitnessMarker: number; WitnessFlag: number; }; export * from './script'; export * from './tx'; export * from './tx_composer'; export * from './tx_segwit'; /** * Need to refactor this interface, it's not consistent */ export { toOPCodes, toBuffer as fromOPCodes } from './script/_buffer'; //# sourceMappingURL=index.d.ts.map