UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

29 lines 824 B
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IDelegationTokenFactory = void 0; const ethers_1 = require("ethers"); class IDelegationTokenFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IDelegationTokenFactory = IDelegationTokenFactory; const _abi = [ { inputs: [ { internalType: "address", name: "delegatee", type: "address", }, ], name: "delegate", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IDelegationTokenFactory.js.map