Type alias CreateMarketResult<C, MS, P>

CreateMarketResult<C, MS, P>: ExtractableResult<IEither<Error, CreateMarketData<C, MS, P>>>

The result of creating a market. Market and pool(if created) can be lazily extracted from events using the data function.

Generic

P extends CreateMarketParams - Data will contain market and pool if params is with pool

Type Parameters

Generated using TypeDoc