swapable
Version:
Swapable: Automated Liquidity Pools
15 lines (14 loc) • 573 B
TypeScript
/**
* This file is part of Swapable shared under AGPL-3.0
* Copyright (C) 2021 Using Blockchain Ltd, Reg No.: 12658136, United Kingdom
*
* @package Swapable
* @author Grégory Saive for Using Blockchain Ltd <greg@ubc.digital>
* @license AGPL-3.0
*/
export { getTestContext } from './Contexts';
export { FakeCommand } from './Commands';
export { getTestAccount, getTestMnemonic, getTestAccountInfo } from './Accounts';
export { getTestMosaicInfo } from './Mosaics';
export { getTestMarket, FakeMarket } from './Markets';
export { Stubs } from './Stubs';