UNPKG

@web3-wallet/trust-wallet

Version:
13 lines 491 B
import type { Provider, WalletName } from '@web3-wallet/core'; import { Connector } from '@web3-wallet/core'; export declare type TrustWalletProvider = Provider & { isTrust?: boolean; }; export declare class TrustWallet extends Connector { static walletName: WalletName<string>; static walletIcon: string; walletName: WalletName<string>; /** {@inheritdoc Connector.constructor} */ constructor(options?: Connector['options']); } //# sourceMappingURL=Connector.d.ts.map