UNPKG

@massalabs/wallet-provider

Version:
5 lines 342 B
import { MetamaskWallet } from '../metamaskSnap/MetamaskWallet'; import { BearbyWallet } from '../bearbyWallet/BearbyWallet'; import { MassaStationWallet } from '../massaStation/MassaStationWallet'; export type WalletInterfaces = (typeof BearbyWallet | typeof MassaStationWallet | typeof MetamaskWallet)[]; //# sourceMappingURL=types.d.ts.map