Future<String> getChainIdentifier() async { final result = await client.request('sui_getChainIdentifier', []); return result; }