REST API specific to mock is moved to module HSChain.Examples.Coin.API. At the same time generic parts of API (so far only posting of Tx is factored out and left in HSChain.PoW.API.
Generic API could see some improvements. For starters t should check whether tx was rejected immediately or not. As well as adding more queries about mempool state but that could be done later
REST API specific to mock is moved to module HSChain.Examples.Coin.API. At the same time generic parts of API (so far only posting of Tx is factored out and left in HSChain.PoW.API.
Generic API could see some improvements. For starters t should check whether tx was rejected immediately or not. As well as adding more queries about mempool state but that could be done later