RPCPathFind constructor
RPCPathFind({
- required PathFindSubcommand subcommand,
- required String sourceAccount,
- required String destinationAccount,
- required CurrencyAmount destinationAmount,
- CurrencyAmount? sendMax,
- List<
List< ? paths,PathStep> >
Implementation
RPCPathFind(
{required this.subcommand,
required this.sourceAccount,
required this.destinationAccount,
required this.destinationAmount,
this.sendMax,
this.paths});