UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

9 lines (8 loc) 285 B
import { Address } from '@melonproject/token-math'; export interface EnableInvestmentArgs { assets: Address[]; } declare const enableInvestment: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<any, { assetsEnabled: any; }>; export { enableInvestment };