RPCAccountChannel constructor

RPCAccountChannel({
  1. required String account,
  2. required String? destinationAccount,
  3. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
  4. int limit = 200,
})

Implementation

RPCAccountChannel(
    {required this.account,
    required this.destinationAccount,
    XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
    this.limit = 200})
    : super(ledgerIndex: ledgerIndex);