UNPKG

@web3-onboard/bitget

Version:

bitget-wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic

4 lines (3 loc) 130 B
import type { WalletInit } from '@web3-onboard/common'; declare function bitgetWallet(): WalletInit; export default bitgetWallet;