RPCRipplePathFind constructor
RPCRipplePathFind({
- required String sourceAccount,
- required String destinationAccount,
- required CurrencyAmount destinationAmount,
- CurrencyAmount? sendMax,
- List<
XRPCurrencies> ? sourceCurrencies, - XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCRipplePathFind(
{required this.sourceAccount,
required this.destinationAccount,
required this.destinationAmount,
this.sendMax,
this.sourceCurrencies,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})
: super(ledgerIndex: ledgerIndex);