UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

9 lines (8 loc) 187 B
/** * The Wallets package provides tools to interact with wallets remotely. * * @module wallets * */ export * from './desktop'; export * from './mobile'; export * from './extension';