@melonproject/protocol
Version:
Technology Regulated and Operated Investment Funds
9 lines (8 loc) • 397 B
TypeScript
import { EnhancedExecute } from '../../../utils/solidity/transactionFactory';
import { Address } from '@melonproject/token-math';
interface SetEthfinexWrapperRegistryArgs {
address: Address;
}
declare type SetEthfinexWrapperRegistryResult = boolean;
export declare const setEthfinexWrapperRegistry: EnhancedExecute<SetEthfinexWrapperRegistryArgs, SetEthfinexWrapperRegistryResult>;
export {};