Function createMarket(bytes calldata params_)
creates a new market via
BondBaseSDA
's_createMarket
.apart from that, there seem to be no underlying functions that are inherited and can be called (since all of them would have to do with a theoretically created
Market
through itsid
)