UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

10 lines (9 loc) 343 B
import { QuantityInterface } from '@melonproject/token-math'; export interface RedeemQuantityArgs { sharesQuantity: QuantityInterface; } declare const redeemQuantity: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<any, { redeemedShares: QuantityInterface; redemptions: {}[]; }>; export { redeemQuantity };