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