UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

42 lines 1.39 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISomaAccessControl__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0x1e4e0091"; const _erc1820InterfaceId = "0x443755a2d7a6c3058f118dba25ffd9341a39edc7101a411cec875d02e392fdf7"; const _abi = [ { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32", }, { internalType: "bytes32", name: "adminRole", type: "bytes32", }, ], name: "setRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ISomaAccessControl__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ISomaAccessControl__factory = ISomaAccessControl__factory; ISomaAccessControl__factory.erc165InterfaceId = _erc165InterfaceId; ISomaAccessControl__factory.erc1820InterfaceId = _erc1820InterfaceId; ISomaAccessControl__factory.abi = _abi; //# sourceMappingURL=ISomaAccessControl__factory.js.map