UNPKG

@btc-vision/walletconnect

Version:

The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.

9 lines (8 loc) 271 B
export const genericErrors = { UserRejected: 'Wallet Dialog was closed by the user', UnknownError: 'Unknown error occurred', IndexingInProgress: 'Node is still indexing. Please try again shortly', }; export const errorDefinitions = { ...genericErrors, };