UNPKG
wallet-collect
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A dapp wallet provider
github.com/yance-zhang/Wallet-collection
yance-zhang/Wallet-collection
wallet-collect
/
lib
/
index.d.ts
7 lines
(6 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
Wallet
{
use
:
string
;
wallets
:
any
;
constructor
(
name
:
string
,
config
?:
object
); }
export
default
Wallet
;