@bitgo/utxo-ord
Version:
Utilities for building ordinals with BitGo utxo-lib
12 lines • 418 B
TypeScript
/**
* https://github.com/casey/ord/blob/0.5.1/bip.mediawiki
*/
export * from './SatRange';
export * from './OrdOutput';
export * from './OutputLayout';
export * from './SatPoint';
export * from './psbt';
export * as inscriptions from './inscriptions';
export type { TapLeafScript, PreparedInscriptionRevealData } from './inscriptions';
export type { WalletUnspent } from './psbt';
//# sourceMappingURL=index.d.ts.map