@hashlike-official/extend-web3-react-wrapper
Version:
web3-react wrapper - it offers a common interface for different wallet providers
13 lines (12 loc) • 325 B
JavaScript
;
/* eslint-disable
@typescript-eslint/no-explicit-any,
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.WrappedContract = void 0;
class WrappedContract {
constructor(originContract) {
this.originContract = originContract;
}
}
exports.WrappedContract = WrappedContract;