UNPKG

@arbitrum/sdk

Version:

Typescript library client-side interactions with Arbitrum

33 lines (32 loc) 897 B
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IInboxProxyAdmin__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "getProxyAdmin", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, ]; class IInboxProxyAdmin__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IInboxProxyAdmin__factory = IInboxProxyAdmin__factory; IInboxProxyAdmin__factory.abi = _abi;