UNPKG

@astonic-io/astonic-bindings-ts

Version:

Astonic type generation and npm package deployment repo

141 lines (140 loc) 3.44 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IRegistry0828__factory = void 0; var ethers_1 = require("ethers"); var _abi = [ { type: "function", name: "getAddressFor", inputs: [ { name: "", type: "bytes32", internalType: "bytes32", }, ], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "getAddressForOrDie", inputs: [ { name: "", type: "bytes32", internalType: "bytes32", }, ], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "getAddressForString", inputs: [ { name: "identifier", type: "string", internalType: "string", }, ], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "getAddressForStringOrDie", inputs: [ { name: "identifier", type: "string", internalType: "string", }, ], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "isOneOf", inputs: [ { name: "", type: "bytes32[]", internalType: "bytes32[]", }, { name: "", type: "address", internalType: "address", }, ], outputs: [ { name: "", type: "bool", internalType: "bool", }, ], stateMutability: "view", }, { type: "function", name: "setAddressFor", inputs: [ { name: "", type: "string", internalType: "string", }, { name: "", type: "address", internalType: "address", }, ], outputs: [], stateMutability: "nonpayable", }, ]; var IRegistry0828__factory = /** @class */ (function () { function IRegistry0828__factory() { } IRegistry0828__factory.createInterface = function () { return new ethers_1.utils.Interface(_abi); }; IRegistry0828__factory.connect = function (address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); }; IRegistry0828__factory.abi = _abi; return IRegistry0828__factory; }()); exports.IRegistry0828__factory = IRegistry0828__factory;