UNPKG
@pgchain/blockchain-libs
Version:
latest (0.0.2)
0.0.2
0.0.1
PGWallet Blockchain Libs
github.com/pgchain/blockchain-libs
pgchain/blockchain-libs
@pgchain/blockchain-libs
/
dist
/
index.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
export
type
{
StorageLike
,
ExternalConfig
}
from
'./types/external-config'
;
export
type
{
Wallet
}
from
'./types/wallet'
;
export
{
BlockchainEngine
}
from
'./engine'
;
export
{ ethers }
from
'ethers'
;