UNPKG

@hashlike-official/extend-web3-react-wrapper

Version:

web3-react wrapper - it offers a common interface for different wallet providers

13 lines (12 loc) 299 B
"use strict"; /* eslint-disable @typescript-eslint/no-explicit-any, */ Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletLibrary = void 0; class WalletLibrary { constructor(provider) { this.provider = provider; } } exports.WalletLibrary = WalletLibrary;