createLockFXQuote method

Future<Map> createLockFXQuote(
  1. String token,
  2. String? buyAmount,
  3. String buyCurrency,
  4. String? conversionDate,
  5. String? sellAmount,
  6. String sellCurrency,
  7. String validity,
)

Implementation

Future<Map> createLockFXQuote(
    String token,
    String? buyAmount,
    String buyCurrency,
    String? conversionDate,
    String? sellAmount,
    String sellCurrency,
    String validity) {
  throw UnimplementedError("Create LockFX Quote has not been implemented");
}