[bisq-network/bisq] Add 'takeoffer' API method (#4673)

Stan notifications at github.com
Thu Oct 22 13:23:11 UTC 2020


@ghubstan commented on this pull request.



> +    private Coin takerFee;
+    @Getter
+    private Coin totalToPayAsCoin;
+    @Getter
+    private Coin missingCoin = ZERO;
+    @Getter
+    private Coin totalAvailableBalance;
+    @Getter
+    private Coin balance;
+    @Getter
+    private boolean isBtcWalletFunded;
+    @Getter
+    private Volume volume;
+
+    @Inject
+    public TakeOfferModel(AccountAgeWitnessService accountAgeWitnessService,

I mentioned that I wanted to move more from `TakeOfferDataModel into core `TakeOfferModel`, but I could not pass JFX property values into the new core model.   If you or @chimp1984 know how, do tell.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4673#discussion_r510156970
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201022/27b2a8ae/attachment.html>


More information about the bisq-github mailing list