UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const withDifferentAccount = (environment, account) => (Object.assign({}, environment, { wallet: Object.assign({}, environment.wallet, { address: account }) })); exports.withDifferentAccount = withDifferentAccount;