UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

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