factory OriginKeyResponse.fromJson(Map<String, dynamic> json) => OriginKeyResponse( status: json['status'], transactionAddress: json['transaction_address'], );