UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

9 lines (8 loc) 349 B
import { Address } from '@melonproject/token-math'; export interface ExecuteRequestForArgs { who: Address; } declare const executeRequestFor: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<any, { shareQuantity: import("@melonproject/token-math/quantity/QuantityInterface").default; }>; export { executeRequestFor };