UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

12 lines (11 loc) 283 B
/** * Represents a custom error specific to mobile wallet operations. * * This error is used to handle exceptions that occur during * mobile wallet processing or functionality. * * @extends {Error} */ export declare class MobileWalletError extends Error { name: string; }