UNPKG

@q-dev/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

133 lines 3.36 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ForeignChainTokenBridgeAdminProxy__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], stateMutability: "nonpayable", type: "constructor", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "previousOwner", type: "address", }, { indexed: true, internalType: "address", name: "newOwner", type: "address", }, ], name: "OwnershipTransferred", type: "event", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "_validator", type: "address", }, ], name: "ValidatorAdded", type: "event", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "_validator", type: "address", }, ], name: "ValidatorRemoved", type: "event", }, { stateMutability: "nonpayable", type: "fallback", }, { inputs: [], name: "owner", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "renounceOwnership", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "newOwner", type: "address", }, ], name: "transferOwnership", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "_bridgeValidators", type: "address", }, ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address[]", name: "_newValidatorsList", type: "address[]", }, ], name: "updateTokenbridgeValidators", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ForeignChainTokenBridgeAdminProxy__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ForeignChainTokenBridgeAdminProxy__factory = ForeignChainTokenBridgeAdminProxy__factory; ForeignChainTokenBridgeAdminProxy__factory.abi = _abi; //# sourceMappingURL=ForeignChainTokenBridgeAdminProxy__factory.js.map