UNPKG
@cosmos-kit/fin-extension
Version:
latest (2.16.1)
2.16.1
2.16.0
2.15.0
2.14.7
2.14.6
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.7
2.13.6
2.13.5
2.13.3
2.13.2
2.13.1
2.13.0
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.11
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.1-beta.7
2.0.1-beta.6
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.3
2.0.1-beta.2
2.0.1-beta.1
2.0.1-beta.0
0.0.2
cosmos-kit wallet connector
github.com/hyperweb-io/cosmos-kit
hyperweb-io/cosmos-kit
@cosmos-kit/fin-extension
/
esm
/
extension
/
chain-wallet.js
7 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
ChainWalletBase
}
from
'@cosmos-kit/core'
;
export
class
ChainFinExtension
extends
ChainWalletBase
{
constructor
(
walletInfo, chainInfo
) {
super
(walletInfo, chainInfo); } }