factory SchnorrIdentity.fromParsedJson(List<String> obj) { return SchnorrIdentity( SchnorrPublicKey.fromRaw(blobFromHex(obj[0])), blobFromHex(obj[1]), ); }