mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 18:28:52 -04:00
integration of TomP2P and basic use cases in dummy views tested
This commit is contained in:
parent
9a29004251
commit
6459184ce9
30 changed files with 1134 additions and 102 deletions
|
@ -11,15 +11,18 @@ import java.util.UUID;
|
|||
|
||||
public class Offer
|
||||
{
|
||||
// key attributes for lookup
|
||||
private Direction direction;
|
||||
private Currency currency;
|
||||
|
||||
private UUID uid;
|
||||
|
||||
private double price;
|
||||
private BigInteger amount;
|
||||
private BigInteger minAmount;
|
||||
private String accountID;
|
||||
private String messageID;
|
||||
private Direction direction;
|
||||
private BankAccountType.BankAccountTypeEnum bankAccountTypeEnum;
|
||||
private Currency currency;
|
||||
private Locale bankAccountCountryLocale;
|
||||
|
||||
private double collateral;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue