UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

7 lines (6 loc) 262 B
import { QuantityInterface } from '@melonproject/token-math'; interface WithdrawArgs { howMuch: QuantityInterface; } declare const withdraw: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<WithdrawArgs, boolean>; export { withdraw };