UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

11 lines (10 loc) 416 B
import { Address } from '@melonproject/token-math'; import { EnhancedExecute } from '../../../../utils/solidity/transactionFactory'; import { FunctionSignatures } from '../../trading/utils/FunctionSignatures'; interface Policy { method: FunctionSignatures; policy: Address; } declare type RegisterArgs = Policy | Policy[]; declare const register: EnhancedExecute<RegisterArgs, boolean>; export { register };