UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

9 lines (8 loc) 322 B
import { EnhancedExecute } from '../../../utils/solidity/transactionFactory'; import { Address } from '@melonproject/token-math'; interface SetRegistryArgs { address: Address; } declare type SetRegistryResult = boolean; export declare const setRegistry: EnhancedExecute<SetRegistryArgs, SetRegistryResult>; export {};