UNPKG

lotus-sdk

Version:

Central repository for several classes of tools for integrating with, and building for, the Lotusia ecosystem

3 lines 295 B
export { MuSig2Signer, createMuSig2Signer, type MuSig2SignerConfig, type MuSig2PrepareResult, type MuSig2SignResult, type MuSig2TaprootSignResult, } from './signer.js'; export { MuSigSessionManager, MuSigSessionPhase, type MuSigSession, } from './session.js'; //# sourceMappingURL=index.d.ts.map