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