Future<Map<String, dynamic>> ledgerClosed() async { final response = await makeCustomCall<Map<String, dynamic>>("ledger_closed"); return response; }