RPCAccountInfo constructor
RPCAccountInfo({
- required String account,
- bool queue = false,
- bool signerList = false,
- bool strict = false,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCAccountInfo({
required this.account,
this.queue = false,
this.signerList = false,
this.strict = false,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);