RPCPathFind constructor

RPCPathFind({
  1. required PathFindSubcommand subcommand,
  2. required String sourceAccount,
  3. required String destinationAccount,
  4. required CurrencyAmount destinationAmount,
  5. CurrencyAmount? sendMax,
  6. List<List<PathStep>>? paths,
})

Implementation

RPCPathFind(
    {required this.subcommand,
    required this.sourceAccount,
    required this.destinationAccount,
    required this.destinationAmount,
    this.sendMax,
    this.paths});