getLatestAccountBlock<T> method
Implementation
@override
Future<T> getLatestAccountBlock<T>(ViteAddress address) =>
makeTypedRpcCall('ledger_getLatestAccountBlock', [address]);
@override
Future<T> getLatestAccountBlock<T>(ViteAddress address) =>
makeTypedRpcCall('ledger_getLatestAccountBlock', [address]);