UNPKG
@cosmos-kit/ninji-extension
Version:
latest (2.17.1)
2.17.1
2.17.0
2.16.0
2.15.7
2.15.6
2.15.5
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.7
2.14.6
2.14.5
2.14.3
2.14.2
2.14.1
2.14.0
2.13.0
2.12.2
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.3
2.8.2
2.8.1
2.8.0
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.12
2.5.9
cosmos-kit wallet connector
github.com/hyperweb-io/cosmos-kit
hyperweb-io/cosmos-kit
@cosmos-kit/ninji-extension
/
esm
/
extension
/
main-wallet.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Wallet
}
from
'@cosmos-kit/core'
;
import
{
MainWalletBase
}
from
'@cosmos-kit/core'
;
export
declare
class
NinjiExtensionWallet
extends
MainWalletBase
{
constructor
(
walletInfo
:
Wallet
);
initClient
():
Promise
<
void
>; }