RPCDepositAuthorized constructor

RPCDepositAuthorized({
  1. required String sourceAccount,
  2. required String destinationAccount,
  3. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

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