EntangledPair constructor

const EntangledPair({
  1. required SolAddress treasuryMint,
  2. required SolAddress mintA,
  3. required SolAddress mintB,
  4. required SolAddress tokenAEscrow,
  5. required SolAddress tokenBEscrow,
  6. required SolAddress authority,
  7. required int bump,
  8. required int tokenAEscrowBump,
  9. required int tokenBEscrowBump,
  10. required BigInt price,
  11. required bool paid,
  12. required bool paysEveryTime,
})

Implementation

const EntangledPair(
    {required this.treasuryMint,
    required this.mintA,
    required this.mintB,
    required this.tokenAEscrow,
    required this.tokenBEscrow,
    required this.authority,
    required this.bump,
    required this.tokenAEscrowBump,
    required this.tokenBEscrowBump,
    required this.price,
    required this.paid,
    required this.paysEveryTime});