UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

7 lines (6 loc) 278 B
import { Address } from '@melonproject/token-math'; interface WithdrawTokensArgs { tokens: Address[]; } declare const withdrawTokensEthfinex: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<WithdrawTokensArgs, {}>; export { withdrawTokensEthfinex };