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
/
index.js
5 lines
(4 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
export
{
WalletAdapterFilsnap
}
from
'./filsnap.js'
export
{
WalletAdapterHd
}
from
'./hd.js'
export
{
WalletAdapterLedger
}
from
'./ledger.js'
export
{
WalletAdapterRaw
}
from
'./local.js'