@runonflux/aa-schnorr-multisig-sdk
Version:
Account Abstraction Schnorr Multi-Signatures SDK
7 lines (6 loc) • 359 B
TypeScript
export { Key } from "./key";
export { KeyPair } from "./key-pair";
export type { PublicNonces, Nonces, NoncePairs } from "./nonce";
export type { SignatureOutput } from "./signature";
export { SchnorrSignature, Challenge, FinalPublicNonce } from "./signature";
export type { MultiSigTx, SignersNonces, SignersPubKeys, SignersSignatures } from "./multiSigTx";