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