getTransactionCount method
Returns the current Transaction count from the ledger.
Implementation
Future<u64> getTransactionCount({
final GetTransactionCountConfig? config,
}) async =>
(await getTransactionCountRaw(config: config)).result!;
Returns the current Transaction count from the ledger.
Future<u64> getTransactionCount({
final GetTransactionCountConfig? config,
}) async =>
(await getTransactionCountRaw(config: config)).result!;