factory SuiSecp256k1PublicKey.fromStruct(Map<String, dynamic> json) { return SuiSecp256k1PublicKey.fromBytes(json.asBytes("key")); }