ghubstan 49a8c61bd2
Refactor the TakeBestPricedOfferTo*Btc bots
The TakeBestPricedOfferTo*Btc needed to be split up so they are specific
to fiat offers, and this change adds new TakeBestPricedOfferTo*Xmr bots
just for XMR.

This simplifies the the non-bsq-swap bots;  documenting, coding,
configuring, and logging the taking of both fiat and xmr (altcoin)
offers in the same bots was getting confusing, and that's going to
turn away potential users.

This refactoring means there are six bots now, and it forced considerable
refactoring in all of them.

This commit is the bulk of the work for the PR, but there will be more
changes after everything is tested again, and comments are adjusted.
2022-06-28 19:52:05 -03:00
..
2022-06-25 10:25:57 -03:00

Bisq API Java Examples

This subproject contains Java classes demonstrating API gRPC method calls.

Each class in the bisq.rpccalls package is named for the RPC method call being demonstrated.

The subproject uses a a Gradle build file, also demonstrating how to generate the necessary protobuf classes from the Bisq .proto files.