UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 227 B
import { Address } from '@melonproject/token-math'; import { Environment } from './Environment'; declare const withDifferentAccount: (environment: Environment, account: Address) => Environment; export { withDifferentAccount };