UNPKG

@desig/web3

Version:

Desig: The Blockchain-Agnostic Multisig Solution

14 lines (13 loc) 435 B
export * from './types'; export * from './keypair'; export * from './connection'; export * from './multisig'; export * from './signer'; export * from './proposal'; export * from './transaction'; export * from './evm'; export * from './sol'; export * from './sui'; export * from './apt'; export { TransactionParser, TZkProofParser, } from './transaction/transaction.parser'; export { MZkProofParser } from './multisig/multisig.parser';