UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

67 lines 1.87 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IAccessible__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0xb55bd4f7"; const _erc1820InterfaceId = "0xf18e31eb8933b57c0e0901596142cfa2a6988596a295ca01b1e5618d514d6f91"; const _abi = [ { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32", }, ], name: "getRoleAdmin", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32", }, { internalType: "address", name: "account", type: "address", }, ], name: "hasRole", outputs: [ { internalType: "bool", name: "", type: "bool", }, ], stateMutability: "view", type: "function", }, ]; class IAccessible__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IAccessible__factory = IAccessible__factory; IAccessible__factory.erc165InterfaceId = _erc165InterfaceId; IAccessible__factory.erc1820InterfaceId = _erc1820InterfaceId; IAccessible__factory.abi = _abi; //# sourceMappingURL=IAccessible__factory.js.map