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