UNPKG
iso-filecoin-wallets
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.3
1.0.2
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Filecoin Wallet Adapters.
github.com/hugomrdias/filecoin/tree/main/packages/iso-filecoin-wallets
iso-filecoin-wallets
/
src
/
common.js
7 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
WalletSupport
=
/**
@type
{
const
} */
({
NotChecked
:
'NotChecked'
,
Detected
:
'Detected'
,
NotDetected
:
'NotDetected'
,
NotSupported
:
'NotSupported'
, })