UNPKG

@web3-onboard/trust

Version:

Trust 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 m

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