RPCDepositAuthorized constructor
RPCDepositAuthorized({
- required String sourceAccount,
- required String destinationAccount,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCDepositAuthorized({
required this.sourceAccount,
required this.destinationAccount,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);